* prevent login page show in a iframe modal.
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
// Prevent login page show in a iframe modal
|
||||
if(window.self !== window.top) window.top.location.href = window.location.href;
|
||||
|
||||
function setForm(){}
|
||||
$(document).ready(function()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user