* adjust the kindeditor.

This commit is contained in:
wangchunsheng
2010-09-13 08:11:44 +00:00
parent 0f21c65493
commit f3edef3a90
24 changed files with 82 additions and 60 deletions
+1 -1
View File
@@ -128,7 +128,7 @@ var userList = "<?php echo join(',', array_keys($users));?>".split(',');
$(function() {
$("#mailto").autocomplete(userList, { multiple: true, mustMatch: true});
setAssignedTo();
KE.show({id:'steps',items:bugTools});
KE.show({id:'steps',items:bugTools, filterMode:true, imageUploadJson: createLink('file', 'ajaxUpload')});
})
</script>