Skip to content

Commit

Permalink
Merge branch 'master' into Create-spectrogram
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattk70 committed Dec 12, 2024
2 parents f8f6036 + fe1dc3e commit e217734
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions js/ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -3104,8 +3104,7 @@ function centreSpec(){
goToRegion = true,
metadata = undefined
}) {
fileLoaded = true, locationID = location;

fileLoaded = true,
clearTimeout(loadingTimeout)
// Clear the loading animation
DOM.loading.classList.add('d-none');
Expand All @@ -3126,6 +3125,8 @@ function centreSpec(){
buffer: currentBuffer, play: true, resetSpec: false, queued: false
}
} else {
locationID = location;
bufferBegin = fileBegin;
NEXT_BUFFER = undefined;
if (STATE.currentFile !== file) {
STATE.currentFile = file;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chirpity",
"version": "2.4.6",
"version": "2.4.7",
"description": "Chirpity Nocmig",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit e217734

Please sign in to comment.