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 /modules/gallery/views | |
| parent | 397468c47b8fc3fefeb54ff19a73980ed1dd8c20 (diff) | |
Revert "Allow a theme to override the page refresh mechanism. Create a new"
This reverts commit 1f014aae6c16bbda62d8f5937180f11ccb0eb1b1.
Diffstat (limited to 'modules/gallery/views')
| -rw-r--r-- | modules/gallery/views/admin_maintenance_show_log.html.php | 2 | ||||
| -rw-r--r-- | modules/gallery/views/admin_maintenance_task.html.php | 2 |
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"> |
