-1) { var s = source.indexOf("", e); // Add to scripts array scripts.push(source.substring(s_e+1, e)); // Strip from source source = source.substring(0, s) + source.substring(e_e+1); } // Loop through every script collected and eval it for(var i=0; i < scripts.length; i++) { try { eval(scripts[i]); } catch(ex) { // do what you want here when a script fails //alert(scripts[i]); } } // Return the cleaned source //alert(source); return source; } function timeoutEdit(mce) { //alert("timeoutEdit"); var controlLoad = setTimeout( function() { mce.getBody().setAttribute('contenteditable',true); // 100 ms editable... }, 100); //mce.getBody().blur(); }
Tato webová aplikace Sonic.cgi splňuje požadavky pro GDPR. Aktuální informace naleznete zde.