Only get mouseXY & test FM resizeon ICEcoder obj

This commit is contained in:
Matt Pass
2012-07-11 13:33:08 +01:00
parent d2e5476432
commit 176c8fc557
3 changed files with 3 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ if ($checkUpdates) {
?>
<!DOCTYPE html>
<html onMouseDown="top.ICEcoder.mouseDown=true" onMouseUp="top.ICEcoder.mouseDown=false" onMouseMove="top.ICEcoder.getMouseXY(event,'top');top.ICEcoder.canResizeFilesW()">
<html onMouseDown="top.ICEcoder.mouseDown=true" onMouseUp="top.ICEcoder.mouseDown=false" onMouseMove="if(top.ICEcoder) {top.ICEcoder.getMouseXY(event,'top');top.ICEcoder.canResizeFilesW()}">
<head>
<title>ICE Coder - <?php echo $versionNo;?></title>
<meta name="robots" content="noindex, nofollow">