Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
No WYSIWYG editor (problem due to hosting ?)
#37
heres your diff
totally fucked up
At least you can maybe figure out wtf is doing this. There are html comments in there somehow.

var s=<!--ow.open('',null,p,tru-->if(!s)return false;
var s=window.open('',null,p,true);if(!s)return false;


Code:
--- from_file
+++ (clipboard)
@@ -4974,12 +4974,14 @@
if(o<420)o=420;
var q=parseInt((window.screen.height-o)/2,10),r=parseInt((window.screen.width-n)/2,10);
p=(p||'location=no,menubar=no,toolbar=no,dependent=yes,minimizable=no,modal=yes,alwaysRaised=yes,resizable=yes,scrollbars=yes')+',width='+n+',height='+o+',top='+q+',left='+r;
-var s=<!--ow.open('',null,p,tru-->if(!s)return false;
+var s=window.open('',null,p,true);
+if(!s)return false;
try{s.moveTo(r,q);
s.resizeTo(n,o);
s.focus();
s.location.href=m;
-}catch(t){s=<!--ow.open(m,null,p,tru-->}return true;
+}catch(t){s=window.open(m,null,p,true);
+}return true;
}});
(function(){var m={modes:{wysiwyg:1,source:1},canUndo:false,readOnly:1,exec:function(o){var p,q=o.config,r=q.baseHref?'<base href="'+q.baseHref+'"/>':'',s=b.isCustomDomain();
if(q.fullPage)p=o.getData().replace(/<head>/,'$&'+r).replace(/[^>]*(?=<\/title>)/,'$& &mdash;
@@ -5003,7 +5005,8 @@
'+'document.close();
'+'window.opener._cke_htmlToLoad = null;
'+'})() )';
-}var A=<!--ow.open(z,null,'toolbar=yes,location=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width='+v+',height='+w+',left='+-->if(!s){var B=A.document;
+}var A=window.open(z,null,'toolbar=yes,location=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width='+v+',height='+w+',left='+x);
+if(!s){var B=A.document;
B.open();
B.write(p);
B.close();
@@ -10076,3 +10079,4 @@
a.editor.prototype.getResizable=function(m){return m?a.document.getById('cke_contents_'+this.name):this.container;
};
})();
+
NEW: SA Admin Toolbar Plugin | View All My Plugins
- Shawn A aka Tablatronix
Reply


Messages In This Thread
RE: No WYSIWYG editor (problem due to hosting ?) - by shawn_a - 2013-03-21, 06:25:21



Users browsing this thread: 1 Guest(s)