Move PHP scripts to scripts folder

This commit is contained in:
Mcat12
2016-12-19 19:44:51 -05:00
parent 6a13796d99
commit d1da1de597
29 changed files with 15 additions and 15 deletions

View File

@@ -0,0 +1,3 @@
// Remove JS warning
var jswarn = document.getElementById("js-warn-exit");
jswarn.parentNode.removeChild(jswarn);