Skip to content

Commit

Permalink
Spinner: remove ${nameAttrSetting} since it's only needed for IE6/7
Browse files Browse the repository at this point in the history
  • Loading branch information
wkeese committed Apr 30, 2013
1 parent 8a23670 commit 6e8bb8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion form/templates/Spinner.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
/></div
><div class="dijitReset dijitInputField dijitInputContainer"
><input class='dijitReset dijitInputInner' data-dojo-attach-point="textbox,focusNode" type="${type}" data-dojo-attach-event="onkeydown:_onKeyDown"
role="spinbutton" autocomplete="off" ${!nameAttrSetting}
role="spinbutton" autocomplete="off"
/></div
></div>

0 comments on commit 6e8bb8f

Please sign in to comment.