From 8559fbb2ca1f7f2e154be0ec0084a324d936f22c Mon Sep 17 00:00:00 2001 From: Zach Copley Date: Mon, 14 Mar 2011 21:09:03 -0700 Subject: [PATCH] Extended profile - intialize controls for multiple education entries --- plugins/ExtendedProfile/js/profiledetail.js | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/ExtendedProfile/js/profiledetail.js b/plugins/ExtendedProfile/js/profiledetail.js index 4dc2faf2aa..d491b46ba6 100644 --- a/plugins/ExtendedProfile/js/profiledetail.js +++ b/plugins/ExtendedProfile/js/profiledetail.js @@ -83,6 +83,7 @@ var removeRow = function() { var init = function() { reorder('phone-edit'); reorder('experience-edit'); + reorder('education-edit'); } $(document).ready( -- 2.39.5