Update kanban.html.php

This commit is contained in:
夏文龙
2021-10-29 02:33:45 +00:00
parent f74435a42d
commit a0a4af4daa
+4 -4
View File
@@ -109,10 +109,10 @@
<?php js::set('browseType', $browseType);?>
<?php
js::set('priv',
array(
'hasEditName' => common::hasPriv('kanban', 'setColumn'),
'hasSetWIP' => common::hasPriv('kanban', 'setWIP'),
)
array(
'hasEditName' => common::hasPriv('kanban', 'setColumn'),
'hasSetWIP' => common::hasPriv('kanban', 'setWIP'),
)
);
?>
<?php js::set('execution', $lang->execution);?>