Skip to content

Commit

Permalink
Set iframe display none
Browse files Browse the repository at this point in the history
  • Loading branch information
deforay-thanaseelan committed Dec 31, 2019
1 parent f6a7aef commit 5df481c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/Application/view/application/login/index.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ $configResult = $config->fromFile(CONFIG_PATH . '/custom.config.ini');
if (sessionStorage.getItem("crosslogin") == "true") {
sessionStorage.setItem("crosslogin", "false");
<?php $crossLoginSession->logged = false; ?>
$('<iframe src="<?php echo rtrim($configResult['vlsm']['domain'], "/") . '/logout.php'; ?>" frameborder="0" scrolling="no" id="myFrame"></iframe>').appendTo('body');
$('<iframe src="<?php echo rtrim($configResult['vlsm']['domain'], "/") . '/logout.php'; ?>" frameborder="0" scrolling="no" id="myFrame" style="display:none;"></iframe>').appendTo('body');
}
<?php }
if (isset($container->alertMsg) && $container->alertMsg != "") {
Expand Down

0 comments on commit 5df481c

Please sign in to comment.