"infield labels" should be migrated to HTML5 placeholder

This commit is contained in:
Mikael Nordfeldth
2015-03-07 00:49:05 +01:00
parent fab08278ea
commit 6080f6673e
3 changed files with 0 additions and 176 deletions

View File

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