Fix when reloading page with focus on agent

This commit is contained in:
Squidly271
2025-11-07 01:45:34 -05:00
committed by GitHub
parent d8acaad47f
commit bff2cc691c

View File

@@ -25,6 +25,10 @@ var openPage = true;
<? if (!$tabbed): ?>
$(function(){initDropdown();});
<? else: ?>
$(function(){
if ( $('#tab3').attr('checked') ) initDropdown();
});
<? endif; ?>
if (!String.prototype.format) {