Apply infield labels to notice form inputs.

This commit is contained in:
Samantha Doherty 2011-04-18 00:38:26 -04:00
parent 572f1d582c
commit 3b5966430c
1 changed files with 4 additions and 0 deletions

View File

@ -1474,6 +1474,10 @@ var SN = { // StatusNet
});
}
});
// Infield labels for notice form inputs.
$('fieldset fieldset label').inFieldLabels({ fadeOpacity:0 });
}
},