Add JS for second step of bookmark form.

This commit is contained in:
Samantha Doherty 2011-04-18 00:41:42 -04:00
parent 3b5966430c
commit 68bc240d4c
1 changed files with 2 additions and 4 deletions

View 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 });
}
}