mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-12 19:30:00 +01:00
fix issue 1394 (#1399)
This commit is contained in:
committed by
Jeffrey Warren
parent
13270a668c
commit
772a56989f
@@ -90,7 +90,10 @@ window.onload = function () {
|
||||
var resetSequence = function () {
|
||||
var r = confirm('Do you want to reset the sequence?');
|
||||
if (r)
|
||||
window.location = '/';
|
||||
{
|
||||
window.location.hash = '';
|
||||
location.reload();
|
||||
}
|
||||
};
|
||||
|
||||
$('#addStep select').on('change', ui.selectNewStepUi);
|
||||
|
||||
Reference in New Issue
Block a user