diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2009-08-05 09:24:27 -0700 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-08-05 09:24:27 -0700 |
| commit | 9f396178cedc96abb282e72ff0e843e255c8225a (patch) | |
| tree | 48c514bea04f4c5f07599086a8b79d99fcb70230 /themes | |
| parent | 397468c47b8fc3fefeb54ff19a73980ed1dd8c20 (diff) | |
Revert "Allow a theme to override the page refresh mechanism. Create a new"
This reverts commit 1f014aae6c16bbda62d8f5937180f11ccb0eb1b1.
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/admin_default/views/admin.html.php | 2 | ||||
| -rw-r--r-- | themes/default/views/page.html.php | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/themes/admin_default/views/admin.html.php b/themes/admin_default/views/admin.html.php index 63fc45b5..d27f9260 100644 --- a/themes/admin_default/views/admin.html.php +++ b/themes/admin_default/views/admin.html.php @@ -21,8 +21,6 @@ <?= $theme->script("jquery.form.js") ?> <?= $theme->script("jquery-ui.js") ?> <?= $theme->script("gallery.common.js") ?> - <? /* Themes can override this to provide custom refresh handling */ ?> - <?= $theme->script("gallery.reload.js") ?> <? /* MSG_CANCEL is required by gallery.dialog.js */ ?> <script type="text/javascript"> var MSG_CANCEL = "<?= t('Cancel') ?>"; diff --git a/themes/default/views/page.html.php b/themes/default/views/page.html.php index 5865e4cc..66282bae 100644 --- a/themes/default/views/page.html.php +++ b/themes/default/views/page.html.php @@ -49,8 +49,6 @@ <?= $theme->script("jquery.form.js") ?> <?= $theme->script("jquery-ui.js") ?> <?= $theme->script("gallery.common.js") ?> - <? /* Themes can override this to provide custom refresh handling */ ?> - <?= $theme->script("gallery.reload.js") ?> <? /* MSG_CANCEL is required by gallery.dialog.js */ ?> <script type="text/javascript"> var MSG_CANCEL = "<?= t('Cancel') ?>"; |
