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:
@@ -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);},
|
||||
|
Reference in New Issue
Block a user