summaryrefslogtreecommitdiff
path: root/themes/default
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-08-06 07:02:41 -0700
committerTim Almdal <tnalmdal@shaw.ca>2009-08-06 07:02:41 -0700
commit7bdf382e813515ce7ab6e14f0b8e3e0b7b6bd867 (patch)
tree2f7ad7575beac7196f8d200c8aaa355efe9d4e77 /themes/default
parent8131e6fa380d52faa7c1dc9a59c2e83a4adb9134 (diff)
Revert "Revert "Revert "Allow a theme to override the page refresh mechanism. Create a new"""
This reverts commit 7b1cca168cb9b29fcccdcdce9e32efb190e4575e. Basically remove it and Bharat and I will fight it out in SF for a resolution :-)
Diffstat (limited to 'themes/default')
-rw-r--r--themes/default/views/page.html.php2
1 files changed, 0 insertions, 2 deletions
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') ?>";