author | Clipperz <info@clipperz.com> | 2013-01-08 15:14:42 (UTC) |
---|---|---|
committer | Clipperz <info@clipperz.com> | 2013-01-08 15:14:42 (UTC) |
commit | ab84f3c135caece3e51bfac4fabaf06fd214d5f5 (patch) (unidiff) | |
tree | 41fa30d50214160a854a37e023000189fa25a7cf /frontend/beta | |
parent | 25bd3085c5464862172c5bd921deca550185fe83 (diff) | |
download | clipperz-ab84f3c135caece3e51bfac4fabaf06fd214d5f5.zip clipperz-ab84f3c135caece3e51bfac4fabaf06fd214d5f5.tar.gz clipperz-ab84f3c135caece3e51bfac4fabaf06fd214d5f5.tar.bz2 |
Fixed 'dump'
The new application layout (single backend with multiple versions of frontend application) handle 'dump' requests (aka 'offline copy') from a different url
-rw-r--r-- | frontend/beta/html/index_template.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/beta/html/index_template.html b/frontend/beta/html/index_template.html index 27a8a64..d51540b 100644 --- a/frontend/beta/html/index_template.html +++ b/frontend/beta/html/index_template.html | |||
@@ -17,3 +17,3 @@ | |||
17 | Clipperz_normalizedNewLine = '\n'; | 17 | Clipperz_normalizedNewLine = '\n'; |
18 | Clipperz_dumpUrl = "/dump/"; | 18 | Clipperz_dumpUrl = "/../dump/"; |
19 | </script> | 19 | </script> |