We'll have to go with the old URL for the demo, for now, jsut so that something works.

This commit is contained in:
John Resig 2010-10-15 18:06:11 -04:00
parent 6c0392e1a0
commit 6381413192

View file

@ -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\'>' +