mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-14 04:17:05 +01:00
top. removed
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user