mirror of
https://github.com/unraid/webgui.git
synced 2026-01-14 13:39:58 -06:00
Minor code optimization
This commit is contained in:
@@ -347,7 +347,7 @@ $(function() {
|
||||
showNotice('Dynamix webGUI v<?=$version?> is available. <a>Download Now</a>','dynamix');
|
||||
<?endif;?>
|
||||
<?endif;?>
|
||||
if (location.pathname.indexOf('/AddVM')==-1 && location.pathname.indexOf('/UpdateVM')==-1 && location.pathname.indexOf('/AddContainer')==-1 && location.pathname.indexOf('/UpdateContainer')==-1) {
|
||||
if (location.pathname.search(/\/(AddVM|UpdateVM|AddContainer|UpdateContainer)/)==-1) {
|
||||
$('blockquote.inline_help').each(function(i) {
|
||||
$(this).attr('id','helpinfo'+i);
|
||||
var pin = $(this).prev();
|
||||
|
||||
Reference in New Issue
Block a user