Commit cd4038bf by Kartik Visweswaran

Simplify inline script code

Simplify inline script code (removed extra space)
parent dd4ddfe0
......@@ -22,7 +22,7 @@ use yii\helpers\Json;
window.location = url;
}
}
popupWindowRedirect(<?= Json::encode($url) ?>, <?= Json::encode($enforceRedirect) ?>);
popupWindowRedirect(<?= Json::encode($url) ?>, <?= Json::encode($enforceRedirect) ?>);
</script>
</head>
<body>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment