Commit f9ffdbe1 authored by James Thomas's avatar James Thomas

Merge pull request #2 from edchat/master

remove cursor : move from css and prevent double adds on IE9
parents d28c0736 f7948a69
...@@ -390,7 +390,6 @@ body { ...@@ -390,7 +390,6 @@ body {
font-size: 24px; font-size: 24px;
border-bottom: 1px solid #cccccc; border-bottom: 1px solid #cccccc;
*zoom: 1; *zoom: 1;
cursor: move;
} }
/* line 22, /opt/ree/lib/ruby/gems/1.8/gems/compass-0.10.5/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */ /* line 22, /opt/ree/lib/ruby/gems/1.8/gems/compass-0.10.5/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
#todoapp .content ul.todo-list li:after { #todoapp .content ul.todo-list li:after {
......
...@@ -108,6 +108,7 @@ define(["dojo/_base/declare", ...@@ -108,6 +108,7 @@ define(["dojo/_base/declare",
this.addToModel(event.target.value, false); this.addToModel(event.target.value, false);
event.target.value = ""; event.target.value = "";
dojo.stopEvent(event);
}, },
/** /**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment