]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Extended profile - allow adding more than one website
authorZach Copley <zach@status.net>
Wed, 16 Mar 2011 07:34:00 +0000 (00:34 -0700)
committerZach Copley <zach@status.net>
Wed, 16 Mar 2011 07:34:00 +0000 (00:34 -0700)
plugins/ExtendedProfile/extendedprofilewidget.php
plugins/ExtendedProfile/js/profiledetail.js

index 5be149a0cb8cefe0a3d6f4b52c995dc399ed94fc..25a0ab8b2036f49537a7ba67e46026a044ab0a73 100644 (file)
@@ -267,7 +267,7 @@ class ExtendedProfileWidget extends Form
         $this->out->elementStart(
             'div', array(
                 'id' => $id . '-edit',
-                'class' => 'website-edit'
+                'class' => 'website-item'
             )
         );
         $this->out->input(
index c96732b8352476fb9d9b1a1fc42884d107ca5f9b..e1b06562e03df591be8ba6ac2319adedae6f002a 100644 (file)
@@ -105,7 +105,7 @@ $(document).ready(function() {
 
     $("input[name$=-start], input[name$=-end], #extprofile-birthday").datepicker({ dateFormat: 'd M yy' });
 
-    var multifields = ["phone-item", "experience-item", "education-item", "im-item"];
+    var multifields = ["phone-item", "experience-item", "education-item", "im-item", 'website-item'];
 
     for (f in multifields) {
         SN_EXTENDED.reorder(multifields[f]);