WhitespaceClean-resources/others
whitespace pass over files for reference regex that was used s/[ \t]+(\r?\n)/\1/
This commit is contained in:
@@ -169,17 +169,17 @@ tinyMCE_GZ.init({
|
||||
//error handling
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
function ajaxLoad(id, txt) {
|
||||
var inst = tinyMCE.getInstanceById(id);
|
||||
|
||||
// Do you ajax call here
|
||||
inst.setHTML(txt);
|
||||
}
|
||||
|
||||
|
||||
function ajaxSave() {
|
||||
var inst = tinyMCE.getInstanceById('content');
|
||||
|
||||
|
||||
// Do you ajax call here
|
||||
alert(inst.getHTML());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user