diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2008-12-09 17:02:06 +0000 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2008-12-09 17:02:06 +0000 |
| commit | 5ebd0854beeb306712287931af45949b8ec0592f (patch) | |
| tree | d98a4914b2eb958a23983c9651cf878f91ceae9d /themes/default/views | |
| parent | 4a0e4b798e6ea3341b1bbc902b9e1e5f2c96692d (diff) | |
Combine all the ui.jquery files into a single packed file at version (1.6rc2) copied from the the corresponding vendor branch.
Move into the application/lib directory and remove from the theme.
Remove the ui.jquery javascript from the rearrange module and use the common library.
Diffstat (limited to 'themes/default/views')
| -rw-r--r-- | themes/default/views/page.html.php | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/themes/default/views/page.html.php b/themes/default/views/page.html.php index 6d955b4c..5669aa0b 100644 --- a/themes/default/views/page.html.php +++ b/themes/default/views/page.html.php @@ -21,11 +21,7 @@ <script src="<?= url::file("lib/jquery.form.js") ?>" type="text/javascript"></script> <script src="<?= $theme->url("jquery/superfish.js") ?>" type="text/javascript"></script> <?= $theme->head() ?> - <script src="<?= $theme->url("jquery/ui.core.js") ?>" type="text/javascript"></script> - <script src="<?= $theme->url("jquery/ui.tabs.min.js") ?>" type="text/javascript"></script> - <script src="<?= $theme->url("jquery/ui.draggable.min.js") ?>" type="text/javascript"></script> - <script src="<?= $theme->url("jquery/ui.resizable.min.js") ?>" type="text/javascript"></script> - <script src="<?= $theme->url("jquery/ui.dialog.min.js") ?>" type="text/javascript"></script> + <script src="<?= $theme->url("lib/jquery-ui.packed.js") ?>" type="text/javascript"></script> <script src="<?= $theme->url("jquery/jquery.dimensions.min.js") ?>" type="text/javascript"></script> <script src="<?= $theme->url("js/ui.init.js") ?>" type="text/javascript"></script> </head> |
