Ticket #3417: 3417_5.patch
File 3417_5.patch, 534 bytes (added by , 14 years ago) |
---|
-
_source/plugins/button/plugin.js
130 130 ' class="', classes, '" href="javascript:void(\'', ( this.title || '' ).replace( "'", '' ), '\')"' + 131 131 ' title="', this.title, '"' + 132 132 ' tabindex="-1"' + 133 ' role="button"' + 133 134 ' hidefocus="true"' ); 134 135 135 136 // Some browsers don't cancel key events in the keydown but in the