Skip to content

Commit

Permalink
Move the calculations of the Spectrum to graph_spectrum_calc.js (#327)
Browse files Browse the repository at this point in the history
Move the calculations of the Spectrum to graph_spectrum_calc.js
  • Loading branch information
mikeller committed May 6, 2019
2 parents 77e1ba3 + 4d33a1e commit d213104
Show file tree
Hide file tree
Showing 6 changed files with 467 additions and 406 deletions.
2 changes: 1 addition & 1 deletion css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ html.has-analyser-fullscreen.has-analyser .analyser input {
font-size: 9px;
}

analyser #spectrumType select {
.analyser #spectrumType select {
border-radius: 3px;
padding: 0px 5px;
}
Expand Down
1 change: 1 addition & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ function dist() {
'./js/graph_config_dialog.js',
'./js/graph_legend.js',
'./js/graph_spectrum.js',
'./js/graph_spectrum_calc.js',
'./js/graph_spectrum_plot.js',
'./js/grapher.js',
'./js/sticks.js',
Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2653,6 +2653,7 @@ <h4 class="modal-title">Advanced User Settings</h4>
<script src="js/graph_legend.js"></script>
<script src="js/graph_config_dialog.js"></script>
<script src="js/graph_spectrum_plot.js"></script>
<script src="js/graph_spectrum_calc.js"></script>
<script src="js/graph_spectrum.js"></script>
<script src="js/sticks.js"></script>
<script src="js/csv-exporter.js"></script>
Expand Down

0 comments on commit d213104

Please sign in to comment.