Skip to content

Commit 773d37a

Browse files
committed
fixed a javascript error, missing }
1 parent c418be5 commit 773d37a

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

src/firefly/html/lsst-pdac-triview.html

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,18 @@
1414
app: {
1515
template: 'FireflyViewer',
1616
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'],
2625
irsaCatalogFilter: 'lsstFilter',
2726
catalogSpacialOp: 'polygonWhenPlotExist'
2827
}
29-
28+
}
3029
};
3130
</script>
3231
<script type="text/javascript" src="firefly_loader.js"></script>

0 commit comments

Comments
 (0)