diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2009-08-06 11:21:18 -0700 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2009-08-06 11:21:18 -0700 |
| commit | 7ea05eacd7b8bd18d817996c5240b33b2a79fd18 (patch) | |
| tree | 34d184c0108a905a9ddb8fd9dc8d944446257987 /modules/gallery/views | |
| parent | cd5c99668bf578561d978c2549330a338b775199 (diff) | |
| parent | 7ed15ea481565b1364573a814c0529adaf9f2eb7 (diff) | |
Merge branch 'master' of git://github.com/talmdal/gallery3 into talmdal_branch
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"> |
