mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-04 04:44:42 +00:00
fixed the themeswitcher
This commit is contained in:
parent
b01478a5e7
commit
1c5236be6c
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@
|
|||
$('<li><a href=\'#\'>' + themes[ i ].charAt(0).toUpperCase() + themes[ i ].substr(1) + '</a></li>')
|
||||
.click(function(){
|
||||
addTheme( themes[i] );
|
||||
menuPage.dialog('close');
|
||||
})
|
||||
.appendTo(menu);
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue