fix restore-default not showing after page load

setup script comments for fields that set constraints on user preferences (MaxDbLost, MaxTableList)
This commit is contained in:
Crack
2010-07-17 22:43:38 +02:00
parent b71edb5380
commit cf99d6511f
6 changed files with 22 additions and 25 deletions

View File

@@ -597,7 +597,6 @@ $(function() {
link.css({display: 'inline-block', opacity: 0.25});
if (link.hasClass('restore-default')) {
// restore-default is handled by markField
link.find('img').hide();
}
link.bind({
mouseenter: function() {$(this).css('opacity', 1);},