Autofix small errors
This commit is contained in:
+2
-2
@@ -96,8 +96,8 @@ mysql_query("UPDATE `inventory` set `maxdur` = '$vsego',massa='$mas' WHERE `type
|
||||
<META Http-Equiv=Expires Content=0>
|
||||
<SCRIPT LANGUAGE="JavaScript">
|
||||
function AddCount(name, txt,event){
|
||||
var x=y=0;
|
||||
if (document.attachEvent != null) { // Internet Explorer & Opera
|
||||
let x = y = 0;
|
||||
if (document.attachEvent != null) { // Internet Explorer & Opera
|
||||
x = window.event.clientX + (document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft);
|
||||
y = window.event.clientY + (document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user