Commit b99f1ab7b2d04d47cf3d1a7edc510839e35bc9be
1 parent
cb32ce86
Exists in
master
and in
109 other branches
no MAPSKP
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
js/app/views/ParamsMgrUI.js
... | ... | @@ -16,7 +16,7 @@ Ext.define('amdaUI.ParamsMgrUI',{ |
16 | 16 | destTree : null, |
17 | 17 | |
18 | 18 | //TODO where keep this (==baseId) description ? Global variable? |
19 | - basesNames : ['CDAWEB', 'THEMIS', 'MAPSKP'], | |
19 | + basesNames : ['CDAWEB', 'THEMIS'], // 'MAPSKP' | |
20 | 20 | bases : [], |
21 | 21 | |
22 | 22 | configSrc : {title: 'source', enableDrag : true, enableDrop: false}, | ... | ... |