Merge pull request #1024 from Squidly271/patch-35

Docker: Handle edge case involving browser back button when within CA…
This commit is contained in:
tom mortensen
2022-02-16 16:18:47 -08:00
committed by GitHub
@@ -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>