mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-13 20:00:05 +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 resetSequence = function () {
|
||||||
var r = confirm('Do you want to reset the sequence?');
|
var r = confirm('Do you want to reset the sequence?');
|
||||||
if (r)
|
if (r)
|
||||||
window.location = '/';
|
{
|
||||||
|
window.location.hash = '';
|
||||||
|
location.reload();
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
$('#addStep select').on('change', ui.selectNewStepUi);
|
$('#addStep select').on('change', ui.selectNewStepUi);
|
||||||
|
|||||||
Reference in New Issue
Block a user