* rewrite the call method of kindeditor.
* fix the bug of kindeditor.
This commit is contained in:
@@ -57,7 +57,6 @@ function setPreview()
|
||||
var userList = "<?php echo join(',', array_keys($users));?>".split(',');
|
||||
$(document).ready(function()
|
||||
{
|
||||
KE.show({id:'desc', items:simpleTools, filterMode:true, imageUploadJson: createLink('file', 'ajaxUpload')});
|
||||
setPreview();
|
||||
$("#mailto").autocomplete(userList, { multiple: true, mustMatch: true});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user