|
|
@ -8,11 +8,9 @@ function enableAt(_editor) {
|
|
|
|
var doc = ifr.contentDocument || iframe.contentWindow.document;
|
|
|
|
var doc = ifr.contentDocument || iframe.contentWindow.document;
|
|
|
|
var ifrBody = doc.body;
|
|
|
|
var ifrBody = doc.body;
|
|
|
|
ifrBody.contentEditable = true;
|
|
|
|
ifrBody.contentEditable = true;
|
|
|
|
|
|
|
|
|
|
|
|
console.log("enable at");
|
|
|
|
console.log("enable at");
|
|
|
|
|
|
|
|
|
|
|
|
$.fn.atwho.debug = true;
|
|
|
|
$.fn.atwho.debug = true;
|
|
|
|
|
|
|
|
|
|
|
|
if(!atPersonLists){
|
|
|
|
if(!atPersonLists){
|
|
|
|
return;
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
}
|
|
|
|