* change for js:set.

This commit is contained in:
wangyidong
2013-01-24 05:49:40 +00:00
parent 00ef79be41
commit fe0817a681
11 changed files with 16 additions and 16 deletions
+2 -2
View File
@@ -16,8 +16,8 @@ include '../../common/view/chosen.html.php';
include '../../common/view/autocomplete.html.php';
include '../../common/view/alert.html.php';
include '../../common/view/kindeditor.html.php';
js::set('holders', $lang->bug->placeholder, 'json');
js::set('userList', array_keys($users), 'json');
js::set('holders', $lang->bug->placeholder);
js::set('userList', array_keys($users));
js::set('page', 'create');
?>