update icons
This commit is contained in:
@@ -596,7 +596,7 @@ function ticks_to_human(str) {
|
||||
$.fn.visible = function(visible) {
|
||||
|
||||
if (visible) {
|
||||
return this.removeClass('forceHide');
|
||||
return this.removeClass('hide');
|
||||
}
|
||||
return this.addClass('forceHide');
|
||||
return this.addClass('hide');
|
||||
};
|
||||
Reference in New Issue
Block a user