mirror of
https://github.com/unraid/webgui.git
synced 2026-04-27 05:19:44 -05:00
Make you a deal. Just use tabs instead of spaces. Makes my life easier
This commit is contained in:
@@ -320,10 +320,10 @@ function notifier() {
|
||||
group: notify.importance,
|
||||
header: notify.event+': '+notify.timestamp,
|
||||
theme: notify.file,
|
||||
click: function(e,m,o) { if (notify.link) location=notify.link;},
|
||||
click: function(e,m,o) { if (notify.link) location=notify.link;},
|
||||
beforeOpen: function(e,m,o){if ($('div.jGrowl-notification').hasClass(notify.file)) return(false);},
|
||||
beforeClose: function(e,m,o){$.post('/webGui/include/Notify.php',{cmd:'archive',file:notify.file});},
|
||||
afterOpen: function(e,m,o){if (notify.link) $(e).css("cursor","pointer");}
|
||||
afterOpen: function(e,m,o){if (notify.link) $(e).css("cursor","pointer");}
|
||||
});
|
||||
<?endif;?>
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user