Have index.php serve the right file, this is deprecated and should be removed before 1.1 release

This commit is contained in:
Ghislain Seguin 2012-01-10 14:32:48 -08:00 committed by scottjehl
parent de37fbe615
commit ba6ad1d07a
2 changed files with 2 additions and 2 deletions

View file

@ -2,6 +2,6 @@
$type = 'text/css';
$files = array(
'../../../LICENSE-INFO.txt',
'jquery.mobile.theme.css'
'jquery.mobile.css'
);
$base = dirname(__FILE__);

View file

@ -2,6 +2,6 @@
$type = 'text/css';
$files = array(
'../../../LICENSE-INFO.txt',
'jquery.mobile.theme.css'
'jquery.mobile.css'
);
$base = dirname(__FILE__);