mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-18 02:25:05 +00:00
system: small follow-up for correct preset on page load #4373
This commit is contained in:
parent
6cac461e6e
commit
dd526ac8b8
@ -381,7 +381,7 @@ $(document).ready(function() {
|
||||
});
|
||||
}
|
||||
});
|
||||
$.webguiinterface_warned = 0;
|
||||
$.webguiinterface_warned = $('#webguiinterface option:selected').length ? 1 : 0;
|
||||
|
||||
<?php
|
||||
if (isset($restart_webgui) && $restart_webgui): ?>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user