mirror of
https://github.com/unraid/webgui.git
synced 2026-01-06 09:39:58 -06:00
Fix when reloading page with focus on agent
This commit is contained in:
@@ -25,6 +25,10 @@ var openPage = true;
|
||||
|
||||
<? if (!$tabbed): ?>
|
||||
$(function(){initDropdown();});
|
||||
<? else: ?>
|
||||
$(function(){
|
||||
if ( $('#tab3').attr('checked') ) initDropdown();
|
||||
});
|
||||
<? endif; ?>
|
||||
|
||||
if (!String.prototype.format) {
|
||||
|
||||
Reference in New Issue
Block a user