mirror of
https://github.com/unraid/webgui.git
synced 2026-05-04 16:59:27 -05:00
Merge pull request #1024 from Squidly271/patch-35
Docker: Handle edge case involving browser back button when within CA…
This commit is contained in:
@@ -1147,7 +1147,7 @@ $(function() {
|
||||
}?>
|
||||
});
|
||||
|
||||
if (window.location.href.indexOf("/Apps/") > 0) {
|
||||
if (window.location.href.indexOf("/Apps/") > 0 && <? if (is_file($xmlTemplate)) echo "true"; else echo "false"; ?> ) {
|
||||
$(".TemplateDropDown").hide();
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user