Fixed 'dump'
The new application layout (single backend with multiple versions of frontend application) handle 'dump' requests (aka 'offline copy') from a different url
This commit is contained in:
parent
25bd3085c5
commit
ab84f3c135
@ -15,7 +15,7 @@
|
|||||||
<script>
|
<script>
|
||||||
Clipperz_IEisBroken = false;
|
Clipperz_IEisBroken = false;
|
||||||
Clipperz_normalizedNewLine = '\n';
|
Clipperz_normalizedNewLine = '\n';
|
||||||
Clipperz_dumpUrl = "/dump/";
|
Clipperz_dumpUrl = "/../dump/";
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<!--[if IE]><script>
|
<!--[if IE]><script>
|
||||||
|
Loading…
Reference in New Issue
Block a user