~jstys-z/helioviewer.org/client5

« back to all changes in this revision

Viewing changes to src/js/HelioviewerWebClient.js

  • Committer: Jeff Stys
  • Date: 2014-12-18 16:34:18 UTC
  • Revision ID: jstys@sesda3.com-20141218163418-obte4f1pwwm2onvd
Fixed bugs preventing SunPy commands from being generated for download scripts and other causing blank start and end times in the scripts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1099
1099
                + '&startDate=' + startDate
1100
1100
                + '&endDate=' + endDate
1101
1101
                + '&lang=sswidl'
1102
 
                + '&provider=vso';
 
1102
                + '&provider=vso'
 
1103
                + '&x1=' + x1
 
1104
                + '&y1=' + y1
 
1105
                + '&x2=' + x2
 
1106
                + '&y2=' + y2;
1103
1107
            body = '<a href="' + url + '">'
1104
1108
                 +     'Your IDL/SolarSoft script for requesting science data '
1105
1109
                 +     'from the VSO is ready.<br /><br />'