]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Extended profile - intialize controls for multiple education entries
authorZach Copley <zach@status.net>
Tue, 15 Mar 2011 04:09:03 +0000 (21:09 -0700)
committerZach Copley <zach@status.net>
Tue, 15 Mar 2011 04:09:03 +0000 (21:09 -0700)
plugins/ExtendedProfile/js/profiledetail.js

index 4dc2faf2aa5dc44d172059123cf49b378e7fa220..d491b46ba65c92500f94268ddc6ea5283a70967d 100644 (file)
@@ -83,6 +83,7 @@ var removeRow = function() {
 var init = function() {
     reorder('phone-edit');
     reorder('experience-edit');
+    reorder('education-edit');
 }
 
 $(document).ready(