summaryrefslogtreecommitdiff
path: root/web/viewsjs
diff options
context:
space:
mode:
authorJochen Topf <jochen@topf.org>2014-05-17 11:36:16 +0200
committerJochen Topf <jochen@topf.org>2014-05-17 11:36:16 +0200
commit962bb70ba0bb3013ad8daa1d8218e9f95496a5ad (patch)
tree947c7017d3704f9f005b15a39908fab977b23c6d /web/viewsjs
parentc0120d1b6515783d956cbb77def951e8fe85d624 (diff)
downloadtaginfo-962bb70ba0bb3013ad8daa1d8218e9f95496a5ad.tar
taginfo-962bb70ba0bb3013ad8daa1d8218e9f95496a5ad.tar.gz
Fix up-link from database statistics report.
Diffstat (limited to 'web/viewsjs')
-rw-r--r--web/viewsjs/reports/database_statistics.js.erb3
1 files changed, 3 insertions, 0 deletions
diff --git a/web/viewsjs/reports/database_statistics.js.erb b/web/viewsjs/reports/database_statistics.js.erb
new file mode 100644
index 0000000..30154fb
--- /dev/null
+++ b/web/viewsjs/reports/database_statistics.js.erb
@@ -0,0 +1,3 @@
+function page_init() {
+ up = function() { window.location = '/reports'; };
+}