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

Commit 0bf39e1

Browse files
author
Gabriel Schulhof
committed
Custom select: Get rid of buttonMarkup.
1 parent ab183d9 commit 0bf39e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/widgets/forms/select.custom.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ define( [
7070
headerClose = $( "<a>", {
7171
"text": widget.options.closeText,
7272
"href": "#",
73-
"class": "ui-btn-left"
74-
}).attr( "data-" + $.mobile.ns + "iconpos", "notext" ).attr( "data-" + $.mobile.ns + "icon", "delete" ).appendTo( header ).buttonMarkup();
73+
"class": "ui-btn ui-btn-a ui-btn-left ui-btn-icon-notext ui-icon ui-icon-delete"
74+
}).appendTo( header );
7575
}
7676

7777
$.extend( widget, {

0 commit comments

Comments
 (0)