Disable eval(), its use is not needed and improves security.
This commit is contained in:
@@ -13,9 +13,9 @@ document.addEventListener('readystatechange', function(){
|
||||
}
|
||||
}
|
||||
|
||||
if (document.readyState === 'interactive'){
|
||||
/*if (document.readyState === 'interactive'){
|
||||
|
||||
}
|
||||
}*/
|
||||
}, false)
|
||||
|
||||
/* Overlay Wrapper Functions */
|
||||
|
||||
Reference in New Issue
Block a user