Magic fix for non-Java-compressed integrated settings page.

This commit is contained in:
Thulinma 2015-02-12 17:16:02 +01:00
parent ed9c917bf2
commit 73ec988f15

View file

@ -2591,7 +2591,7 @@ var UI = {
},{ },{
label: 'Embed code', label: 'Embed code',
type: 'textarea', type: 'textarea',
value: '<div>'+"\n"+' <script src="'+embedbase+'embed_'+other+'.js"></script>'+"\n"+'</div>', value: '<div>'+"\n"+' <"+"script src="'+embedbase+'embed_'+other+'.js"><"+"/script>'+"\n"+'</div>',
rows: 4, rows: 4,
readonly: true readonly: true
},{ },{