]> git.wh0rd.org - tt-rss.git/blobdiff - lib/dijit/form/templates/Button.html
lib: Upgrade Dojo and Dijit from 1.8.3 to 1.12.1
[tt-rss.git] / lib / dijit / form / templates / Button.html
index d167ac0d0ca0c4451920935d2b57aaffb2dff78f..98574f95971fa8002ac0b62e9f29df718cd4fe8c 100644 (file)
@@ -1,6 +1,6 @@
 <span class="dijit dijitReset dijitInline" role="presentation"
        ><span class="dijitReset dijitInline dijitButtonNode"
-               data-dojo-attach-event="ondijitclick:_onClick" role="presentation"
+               data-dojo-attach-event="ondijitclick:__onClick" role="presentation"
                ><span class="dijitReset dijitStretch dijitButtonContents"
                        data-dojo-attach-point="titleNode,focusNode"
                        role="button" aria-labelledby="${id}_label"
@@ -13,5 +13,6 @@
                ></span
        ></span
        ><input ${!nameAttrSetting} type="${type}" value="${value}" class="dijitOffScreen"
-               tabIndex="-1" role="presentation" data-dojo-attach-point="valueNode"
+               data-dojo-attach-event="onclick:_onClick"
+               tabIndex="-1" aria-hidden="true" data-dojo-attach-point="valueNode"
 /></span>