Hi, Joachim,
first thanks for your work to fix this problem quickly.
Unfortunately, after having your update installed, the bug still exists.
My browser Konsole shows following error (WP EDIT Pro is active) when I select a sidebar and want to select a contional logic:
Zeile 2824:11 undefined is not an object (evaluating ‘n.replace’)
Your Code in your “load-scripts.php”:
j.template = function(n, t, r) {
var e;
r = j.defaults({}, r, j.templateSettings);
var u = new RegExp([(r.escape || q).source, (r.interpolate || q).source, (r.evaluate || q).source].join(“|”) + “|$”, “g”), i = 0, a = “__p+='”;
n.replace(u, function(t, r, e, u, o) {
return a += n.slice(i, o).replace(D, function(n) {
return “\\” + B[n]
Could you confirm, that this is the script problem, I have to solve ??
Thanks
Thomas