diff options
| author | Chad Kieffer <ckieffer@gmail.com> | 2009-09-24 22:08:08 -0600 |
|---|---|---|
| committer | Chad Kieffer <ckieffer@gmail.com> | 2009-09-24 22:08:08 -0600 |
| commit | 639c9c2d55164eab8ef1f8c21a7f9b69b54686ff (patch) | |
| tree | 0bbb2e33006198d6e30975dc6ba8f9e3e34b2fc0 /modules/gallery/views/admin_maintenance_show_log.html.php | |
| parent | 16c97eb6ebd8c5514dff8ed9242d7eb0a4e7178a (diff) | |
| parent | e204e18b3c6a4b4b1aa76b6d4a5392bd238490eb (diff) | |
Merge branch 'master' of github.com:gallery/gallery3
Diffstat (limited to 'modules/gallery/views/admin_maintenance_show_log.html.php')
| -rw-r--r-- | modules/gallery/views/admin_maintenance_show_log.html.php | 4 |
1 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 8ea1beb6..2dfef90f 100644 --- a/modules/gallery/views/admin_maintenance_show_log.html.php +++ b/modules/gallery/views/admin_maintenance_show_log.html.php @@ -2,8 +2,8 @@ <script type="text/javascript"> dismiss = function() { window.location.reload(); - } - download = function(){ + }; + download = function() { // send request $('<form action="<?= url::site("admin/maintenance/save_log/$task->id?csrf=$csrf") ?>" method="post"></form>'). appendTo('body').submit().remove(); |
