Skip to content

Commit 4298089

Browse files
author
Gabriel Schulhof
committed
Toolbar: Change href to "#"
Fixes jquery-archivegh-7949 Closes jquery-archivegh-7952
1 parent 20284e5 commit 4298089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/widgets/toolbar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ define( [
146146
// Skip back button creation if one is already present
147147
if ( !backButton.attached ) {
148148
this.backButton = backButton.element = ( backButton.element ||
149-
$( "<a role='button' href='javascript:void(0);' " +
149+
$( "<a role='button' href='#' " +
150150
"class='ui-btn ui-corner-all ui-shadow ui-btn-left " +
151151
( theme ? "ui-btn-" + theme + " " : "" ) +
152152
"ui-toolbar-back-btn ui-icon-carat-l ui-btn-icon-left' " +

0 commit comments

Comments
 (0)