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

@@ -1,7 +1,7 @@
<?php include("lib/config.php");?>
<!DOCTYPE html>
<html style="margin: 0" onMouseDown="top.ICEcoder.mouseDown=true" onMouseUp="top.ICEcoder.mouseDown=false" onMouseMove="top.ICEcoder.getMouseXY(event,'editor');top.ICEcoder.canResizeFilesW()">
<html style="margin: 0" onMouseDown="top.ICEcoder.mouseDown=true" onMouseUp="top.ICEcoder.mouseDown=false" onMouseMove="if(top.ICEcoder) {top.ICEcoder.getMouseXY(event,'editor');top.ICEcoder.canResizeFilesW()}">
<head>
<title>CodeMirror 2: ICE Coders Editor of Choice</title>
<?php include("lib/settings.php");?>