forked from 0x2620/pandora
improvements to map
This commit is contained in:
parent
228c612fff
commit
40d2a86524
6 changed files with 261 additions and 52 deletions
|
|
@ -79,7 +79,7 @@ function constructList() {
|
|||
columnsMovable: false,
|
||||
columnsRemovable: false,
|
||||
id: 'actionList',
|
||||
request: function(data, callback) {
|
||||
items: function(data, callback) {
|
||||
function _sort(a, b) {
|
||||
if(a.name > b.name)
|
||||
return 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue