mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-05 05:04:46 +00:00
Rule #1, when you change a file name, update its references. Fixing bustage from my previous checkin. Sorry 'bout that.
This commit is contained in:
parent
d5a2ed2f10
commit
6e9f8af1b3
3 changed files with 3 additions and 3 deletions
|
|
@ -26,5 +26,5 @@ $elements = array(
|
|||
'jquery.mobile.js'
|
||||
);
|
||||
|
||||
include('../combine2.php');
|
||||
include('../combine.php');
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -19,5 +19,5 @@ $elements = array(
|
|||
'jquery.mobile.forms.slider.css'
|
||||
);
|
||||
|
||||
include('../../combine2.php');
|
||||
include('../../combine.php');
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -19,5 +19,5 @@ $elements = array(
|
|||
'../default/jquery.mobile.forms.slider.css'
|
||||
);
|
||||
|
||||
include('../../combine2.php');
|
||||
include('../../combine.php');
|
||||
?>
|
||||
Loading…
Reference in a new issue