We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20284e5 commit 4298089Copy full SHA for 4298089
js/widgets/toolbar.js
@@ -146,7 +146,7 @@ define( [
146
// Skip back button creation if one is already present
147
if ( !backButton.attached ) {
148
this.backButton = backButton.element = ( backButton.element ||
149
- $( "<a role='button' href='javascript:void(0);' " +
+ $( "<a role='button' href='#' " +
150
"class='ui-btn ui-corner-all ui-shadow ui-btn-left " +
151
( theme ? "ui-btn-" + theme + " " : "" ) +
152
"ui-toolbar-back-btn ui-icon-carat-l ui-btn-icon-left' " +
0 commit comments