Fix typo breaking modals without memcached
This commit is contained in:
parent
5c8f837b88
commit
32e6306cd5
@ -76,7 +76,7 @@
|
|||||||
|
|
||||||
var scriptClone = document.createElement('script');
|
var scriptClone = document.createElement('script');
|
||||||
if (scriptTag.text)
|
if (scriptTag.text)
|
||||||
scriptClone.text = striptTag.text;
|
scriptClone.text = scriptTag.text;
|
||||||
if (scriptTag.hasAttributes()) {
|
if (scriptTag.hasAttributes()) {
|
||||||
var attrs = scriptTag.attributes;
|
var attrs = scriptTag.attributes;
|
||||||
for (var i = attrs.length - 1; i >= 0; i--) {
|
for (var i = attrs.length - 1; i >= 0; i--) {
|
||||||
|
|||||||
Reference in New Issue
Block a user