|
|
@ -3207,9 +3207,9 @@ _extend(KCmd, {
|
|
|
|
var thirdlink=false
|
|
|
|
var thirdlink=false
|
|
|
|
if (arguments[3] && arguments[3]=='1') {
|
|
|
|
if (arguments[3] && arguments[3]=='1') {
|
|
|
|
if(url.indexOf("www.chinahighlights.com") < 0 ){
|
|
|
|
if(url.indexOf("www.chinahighlights.com") < 0 ){
|
|
|
|
url='http://www.chinahighlights.com'+url;
|
|
|
|
url='https://www.chinahighlights.com'+url;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
url ='http://www.chinahighlights.com/redirect.asp?url='+url+'&t=78002';
|
|
|
|
url ='https://www.chinahighlights.com/redirect.asp?url='+url+'&t=78002';
|
|
|
|
thirdlink=true;
|
|
|
|
thirdlink=true;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
@ -5780,7 +5780,7 @@ _plugin('core', function(K) {
|
|
|
|
html = html.replace(/class=\"MsoNormal\"/gi, '');
|
|
|
|
html = html.replace(/class=\"MsoNormal\"/gi, '');
|
|
|
|
html = html.replace(/file\:\/\/C:/gi, '');
|
|
|
|
html = html.replace(/file\:\/\/C:/gi, '');
|
|
|
|
html = html.replace(/<p class=\"MsoListParagraph\"/gi, '<li');
|
|
|
|
html = html.replace(/<p class=\"MsoListParagraph\"/gi, '<li');
|
|
|
|
|
|
|
|
|
|
|
|
self.insertHtml(html, true);
|
|
|
|
self.insertHtml(html, true);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
K(doc.body).bind('paste', function(e){
|
|
|
|
K(doc.body).bind('paste', function(e){
|
|
|
|