|
14 | 14 | app: {
|
15 | 15 | template: 'FireflyViewer',
|
16 | 16 | menu: [
|
17 |
| - {label:'LSST Data', action:'LsstCatalogDropDown'}, |
18 |
| - {label:'External Images', action:'ImageSelectDropDownCmd'}, |
19 |
| - {label:'External Catalogs', action:'IrsaCatalogDropDown'}, |
20 |
| - {label:'Add Chart', action:'ChartSelectDropDownCmd'}, |
21 |
| - //{label:'Help', action:'app_data.helpLoad', type:'COMMAND'}, |
22 |
| - ], |
23 |
| - options : { |
24 |
| - MenuItemKeys: {maskOverlay:true}, |
25 |
| - imageTabs: [ 'fileUpload', 'url', '2mass', 'wise', 'sdss', 'msx', 'dss', 'iras' ], |
| 17 | + {label: 'LSST Data', action: 'LsstCatalogDropDown'}, |
| 18 | + {label: 'External Images', action: 'ImageSelectDropDownCmd'}, |
| 19 | + {label: 'External Catalogs', action: 'IrsaCatalogDropDown'}, |
| 20 | + {label: 'Add Chart', action: 'ChartSelectDropDownCmd'} |
| 21 | + ], |
| 22 | + options: { |
| 23 | + MenuItemKeys: {maskOverlay: true}, |
| 24 | + imageTabs: ['fileUpload', 'url', '2mass', 'wise', 'sdss', 'msx', 'dss', 'iras'], |
26 | 25 | irsaCatalogFilter: 'lsstFilter',
|
27 | 26 | catalogSpacialOp: 'polygonWhenPlotExist'
|
28 | 27 | }
|
29 |
| - |
| 28 | + } |
30 | 29 | };
|
31 | 30 | </script>
|
32 | 31 | <script type="text/javascript" src="firefly_loader.js"></script>
|
|
0 commit comments