* adjust the kindeditor tools.

This commit is contained in:
wangchunsheng
2010-09-12 13:39:53 +00:00
parent 9a0e31bd78
commit 836ae51efd
8 changed files with 19 additions and 45 deletions
+1 -5
View File
@@ -124,15 +124,11 @@ function loadProjectBuilds(projectID)
$('#buildBox').load(link);
}
/* 富文本编辑器。*/
KE.show({
id:'steps',
items:bugTools
});
var userList = "<?php echo join(',', array_keys($users));?>".split(',');
$(function() {
$("#mailto").autocomplete(userList, { multiple: true, mustMatch: true});
setAssignedTo();
KE.show({id:'steps',items:bugTools});
})
</script>