Skip to content

Commit

Permalink
modified: htdocs/fitswebql/fitswebqlse.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jvo203 committed Oct 11, 2023
1 parent a59cc76 commit c4b2956
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions htdocs/fitswebql/fitswebqlse.js
Original file line number Diff line number Diff line change
Expand Up @@ -15722,9 +15722,9 @@ function display_menu() {
.on("click", show_fits_header)
.html('display header');

fitsDropdown.append("li")
/*fitsDropdown.append("li")
.append("a")
.html('<label id="regionLabel" style="cursor:pointer;font-weight:normal">load ds9 region<input type="file" accept=".reg, .REG" id="regionFile" style="display:none;" onchange="javascript:load_region();"/></label>');
.html('<label id="regionLabel" style="cursor:pointer;font-weight:normal">load ds9 region<input type="file" accept=".reg, .REG" id="regionFile" style="display:none;" onchange="javascript:load_region();"/></label>');*/

if (!isLocal && va_count == 1 && (window.location.search.indexOf('ALMA') > 0 || window.location.search.indexOf('ALMB') > 0 || window.location.search.indexOf('FGN') > 0 || window.location.search.indexOf('CMG') > 0 || window.location.search.indexOf('SFP') > 0 || window.location.search.indexOf('NROA') > 0)) {
var url = "";
Expand Down

0 comments on commit c4b2956

Please sign in to comment.