mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
Have index.php serve the right file, this is deprecated and should be removed before 1.1 release
This commit is contained in:
parent
ee1d1f2670
commit
19bcd5a250
2 changed files with 2 additions and 2 deletions
|
|
@ -2,6 +2,6 @@
|
|||
$type = 'text/css';
|
||||
$files = array(
|
||||
'../../../LICENSE-INFO.txt',
|
||||
'jquery.mobile.theme.css'
|
||||
'jquery.mobile.css'
|
||||
);
|
||||
$base = dirname(__FILE__);
|
||||
|
|
|
|||
|
|
@ -2,6 +2,6 @@
|
|||
$type = 'text/css';
|
||||
$files = array(
|
||||
'../../../LICENSE-INFO.txt',
|
||||
'jquery.mobile.theme.css'
|
||||
'jquery.mobile.css'
|
||||
);
|
||||
$base = dirname(__FILE__);
|
||||
|
|
|
|||
Loading…
Reference in a new issue