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
wkeese committed May 10, 2013

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent ccb34f0 commit 43d93c2
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
@@ -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 43d93c2

Please sign in to comment.