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:
Kin Blas 2010-11-09 14:09:04 -08:00
parent d5a2ed2f10
commit 6e9f8af1b3
3 changed files with 3 additions and 3 deletions

View file

@ -26,5 +26,5 @@ $elements = array(
'jquery.mobile.js'
);
include('../combine2.php');
include('../combine.php');
?>

View file

@ -19,5 +19,5 @@ $elements = array(
'jquery.mobile.forms.slider.css'
);
include('../../combine2.php');
include('../../combine.php');
?>

View file

@ -19,5 +19,5 @@ $elements = array(
'../default/jquery.mobile.forms.slider.css'
);
include('../../combine2.php');
include('../../combine.php');
?>