From: Zach Copley Date: Tue, 15 Mar 2011 04:09:03 +0000 (-0700) Subject: Extended profile - intialize controls for multiple education entries X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8559fbb2ca1f7f2e154be0ec0084a324d936f22c;p=quix0rs-gnu-social.git Extended profile - intialize controls for multiple education entries --- 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(