AJAX notice form setup for the expanded bookmark form.

This commit is contained in:
Brion Vibber 2011-04-21 12:35:33 -07:00
parent 9a62b7b18f
commit f0ea629990
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ var Bookmark = {
InitBookmarkForm: function() {
SN.Init.CheckBoxes();
$('fieldset fieldset label').inFieldLabels({ fadeOpacity:0 });
SN.Init.NoticeFormSetup($('#form_new_bookmark'));
}
}