Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit 9bb8660

Browse files
committed
FixedToolbars: remove alert accidently left in
1 parent 68289b3 commit 9bb8660

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

js/widgets/fixedToolbar.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ define( [ "jquery", "../jquery.mobile.widget", "../jquery.mobile.core", "../jque
3737
_create: function() {
3838
this._super();
3939
if( this.options.position === "fixed" && !this.options.supportBlacklist() ){
40-
alert();
4140
this.element.addClass( "ui-"+ this.role +"-fixed" );
4241
this.updatePagePadding();
4342
this._addTransitionClass();

0 commit comments

Comments
 (0)