Skip to content

Commit 626894b

Browse files
committed
Closes #1066 and #1018
1 parent 4fb37ee commit 626894b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

web-server/plugins/slycat-video-swarm/js/vs-wizard.js

+6-1
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ component.reauth = function() {
454454
$(".remote-browser-continue").toggleClass("disabled", false);
455455

456456
// note that table has been uploaded
457-
remote_table_uploaded = true;
457+
remote_table_uploaded = false;
458458

459459
// update movie links part of model, go to tab 5
460460
upload_media_columns(5);
@@ -1033,6 +1033,11 @@ component.reauth = function() {
10331033
target = target - 4;
10341034
}
10351035

1036+
// Reset the media columns so user can select a new file
1037+
if (component.tab() === 5) {
1038+
component.vs_media_columns = ko.observableArray([]);
1039+
}
1040+
10361041
target--;
10371042
component.tab(target);
10381043
};

0 commit comments

Comments
 (0)