Fix typo breaking modals without memcached
This commit is contained in:
parent
5c8f837b88
commit
32e6306cd5
@ -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--) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user