Skip to content

Commit c473be3

Browse files
committed
Start the loader in a more appropriate location
1 parent b500215 commit c473be3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

js/loader.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ var lookup_fx_section = function(fx, choice) {
2525
}
2626

2727
on_parameter_value = function(fx, choice) {
28+
MYAPP.loader_start();
29+
2830
var select = document.getElementById("param_select");
2931
var option = select.options[select.selectedIndex];
3032
var dataset = lookup_fx_section(fx, choice);
@@ -236,7 +238,6 @@ var populate_meas_selects = function(fx) {
236238
};
237239

238240
var load_data_text = function(text) {
239-
MYAPP.loader_start();
240241
MYAPP.clear_error_messages();
241242

242243
try {

0 commit comments

Comments
 (0)