Comment out unused code. Add meta tag for Google Chrome Frame plugin for IE.

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@682 eee81c28-f429-11dd-99c0-75d572ba1ddd
master
Jeff Schiller 2009-09-22 19:28:33 +00:00
parent 573b350721
commit 2f89a7b311
3 changed files with 3 additions and 3 deletions

View File

@ -2,6 +2,7 @@
<html> <html>
<head> <head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" /> <meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<meta http-equiv="X-UA-Compatible" content="chrome=1"/>
<link rel="icon" type="image/png" href="images/logo.png"> <link rel="icon" type="image/png" href="images/logo.png">
<link rel="stylesheet" href="jgraduate/css/jPicker-1.0.9.css" type="text/css"/> <link rel="stylesheet" href="jgraduate/css/jPicker-1.0.9.css" type="text/css"/>
<link rel="stylesheet" href="jgraduate/css/jGraduate-0.2.0.css" type="text/css"/> <link rel="stylesheet" href="jgraduate/css/jGraduate-0.2.0.css" type="text/css"/>

View File

@ -1176,8 +1176,8 @@ function svg_edit_setup() {
svgCanvas.setCurrentLayer(option.attr("value")); svgCanvas.setCurrentLayer(option.attr("value"));
}).click(function(evt) { }).click(function(evt) {
var container = document.getElementById("layerlist"); var container = document.getElementById("layerlist");
var mouse_x = evt.pageX - container.boxObject.x; // var mouse_x = evt.pageX - container.boxObject.x;
var mouse_y = evt.pageY - container.boxObject.y; // var mouse_y = evt.pageY - container.boxObject.y;
// mouse_x, mouse_y contain the relative x,y position of the click // mouse_x, mouse_y contain the relative x,y position of the click
}); });
}; };

View File

@ -1,7 +1,6 @@
/* /*
Issue 73 (Layers) TODO: Issue 73 (Layers) TODO:
- fix bug with moving to top/bottom
- reverse order of layer list (top-most list should be on top of the image) - reverse order of layer list (top-most list should be on top of the image)
- convert select/options to tables, handle 'selection' of rows - convert select/options to tables, handle 'selection' of rows
- add visibility icon to table as a column - add visibility icon to table as a column