top. removed

This commit is contained in:
mattpass
2020-02-28 17:01:10 +00:00
parent fe6eed2934
commit 3d37561dc7

View File

@@ -78,7 +78,7 @@ echo $ICEcoder["password"] == "" && !$ICEcoder["multiUser"] ? "Setup" : "Login";
<script>
// Get any elem by ID
var get = function(elem) {
return top.document.getElementById(elem);
return document.getElementById(elem);
};
// Check password strength and color requirements not met