summaryrefslogtreecommitdiff
path: root/modules/gallery/views
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-09-23 15:00:32 -0700
committerTim Almdal <tnalmdal@shaw.ca>2009-09-23 15:00:32 -0700
commit3efaf4b1a11fbc7ef1cfd265086e92a9b1ef4eb8 (patch)
tree06fc546b7f221cac00b0568bc0b2b91eec30e287 /modules/gallery/views
parenta24d9d67a6d6ee0b976068880476e69b432b1406 (diff)
parent719b111219608f6a19a3a460d2953bc3362c9c28 (diff)
Merge branch 'master' into talmdal_dev
Diffstat (limited to 'modules/gallery/views')
-rw-r--r--modules/gallery/views/admin_maintenance_show_log.html.php4
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();