* adjust bug template code.

+ add function parseUBB to html.
This commit is contained in:
fujia
2010-07-29 03:30:25 +00:00
parent bc49e3fe40
commit 69564e9a9c
5 changed files with 165 additions and 5 deletions
+1
View File
@@ -141,6 +141,7 @@ function setDuplicate(resolution)
}
}
var userList = "<?php echo join(',', array_keys($users));?>".split(',');
tools = simpleTools;
$(function() {
$("#mailto").autocomplete(userList, { multiple: true, mustMatch: true});
})