From 32e6306cd512a97f3852152cb9557c6e276532a4 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 5 Dec 2018 20:57:04 +0100 Subject: [PATCH] Fix typo breaking modals without memcached --- templates/standalone/modal.julius | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/standalone/modal.julius b/templates/standalone/modal.julius index 607e9a7fe..5c2eb991c 100644 --- a/templates/standalone/modal.julius +++ b/templates/standalone/modal.julius @@ -76,7 +76,7 @@ var scriptClone = document.createElement('script'); if (scriptTag.text) - scriptClone.text = striptTag.text; + scriptClone.text = scriptTag.text; if (scriptTag.hasAttributes()) { var attrs = scriptTag.attributes; for (var i = attrs.length - 1; i >= 0; i--) {