normalising behaviour for subfolder installs, #6410

v1.18.x
Julian Lam 7 years ago
parent 6659a520e0
commit 9eac794e8e

@ -1,6 +1,6 @@
<script> <script>
window.addEventListener('load', function () { window.addEventListener('load', function () {
define('/assets/templates/500.js', function () { define(config.relative_path + '/assets/templates/500.js', function () {
function compiled(helpers, context, get, iter, helper) { function compiled(helpers, context, get, iter, helper) {
return '<div class="alert alert-danger">\n\t<strong>[[global:500.title]]</strong>\n\t<p>[[global:500.message]]</p>\n\t<p>' + return '<div class="alert alert-danger">\n\t<strong>[[global:500.title]]</strong>\n\t<p>[[global:500.message]]</p>\n\t<p>' +
helpers.__escape(get(context && context['path'])) + '</p>\n\t' + helpers.__escape(get(context && context['path'])) + '</p>\n\t' +

Loading…
Cancel
Save