summaryrefslogtreecommitdiff
path: root/modules/gallery/views
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 /modules/gallery/views
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 'modules/gallery/views')
-rw-r--r--modules/gallery/views/admin_maintenance_show_log.html.php2
-rw-r--r--modules/gallery/views/admin_maintenance_task.html.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/gallery/views/admin_maintenance_show_log.html.php b/modules/gallery/views/admin_maintenance_show_log.html.php
index ac593de7..9d850986 100644
--- a/modules/gallery/views/admin_maintenance_show_log.html.php
+++ b/modules/gallery/views/admin_maintenance_show_log.html.php
@@ -1,7 +1,7 @@
<?php defined("SYSPATH") or die("No direct script access.") ?>
<script type="text/javascript">
dismiss = function() {
- $.gallery_reload();
+ window.location.reload();
}
download = function(){
// send request
diff --git a/modules/gallery/views/admin_maintenance_task.html.php b/modules/gallery/views/admin_maintenance_task.html.php
index 6ab87e3f..0eb0b38c 100644
--- a/modules/gallery/views/admin_maintenance_task.html.php
+++ b/modules/gallery/views/admin_maintenance_task.html.php
@@ -47,7 +47,7 @@
$(".gProgressBar").progressbar({value: 0});
update();
dismiss = function() {
- $.gallery_reload();
+ window.location.reload();
}
</script>
<div id="gProgress">