mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-26 17:14:42 +00:00
We'll have to go with the old URL for the demo, for now, jsut so that something works.
This commit is contained in:
parent
6c0392e1a0
commit
6381413192
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
//quick & dirty theme switcher, written to potentially work as a bookmarklet
|
||||
(function($){
|
||||
$.themeswitcher = function(){
|
||||
var themesDir = 'themes/',
|
||||
var themesDir = 'http://jquerymobile.com/test/themes/',
|
||||
themes = ['default','valencia'],
|
||||
currentPage = $('.ui-page-active'),
|
||||
menuPage = $( '<div data-role=\'dialog\' data-theme=\'a\'>' +
|
||||
|
|
|
|||
Loading…
Reference in a new issue