]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Add JS for second step of bookmark form.
authorSamantha Doherty <sammy@status.net>
Mon, 18 Apr 2011 04:41:42 +0000 (00:41 -0400)
committerSamantha Doherty <sammy@status.net>
Mon, 18 Apr 2011 04:41:42 +0000 (00:41 -0400)
plugins/Bookmark/js/bookmark.js

index c56587c188d62f680a03291ec772f64ef6e23609..14316435b56742a5386bd663e9ef740490ddb893 100644 (file)
@@ -11,10 +11,8 @@ var Bookmark = {
     // Special initialization function just for the
     // second step in the bookmarking workflow
     InitBookmarkForm: function() {
-        alert('Gar!');
-
-        // Put fancy stuff here
-
+        SN.Init.CheckBoxes();
+        $('fieldset fieldset label').inFieldLabels({ fadeOpacity:0 });
     }
 }