You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: res/GUI_2_julia.js
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ function show_start() {
38
38
toggle_start_project("start");
39
39
}
40
40
41
-
functionload_images(gzip_json_images_parsed_arr,bottomleft,topright,delete_previous=false){// here we use the array "images_parsed_arr", because we have to preserve order (we use a json+gzip for faster communication)
41
+
functionload_images(gzip_json_images_parsed_arr,bottomleft,topright,delete_previous=false,open_job_close=false){// here we use the array "images_parsed_arr", because we have to preserve order (we use a json+gzip for faster communication)
0 commit comments