dismiss modal immediately
This commit is contained in:
parent
ec53f98ded
commit
58d412d038
|
@ -195,6 +195,8 @@ function render_sidebar(data) {
|
||||||
|
|
||||||
function respond_manual(response) {
|
function respond_manual(response) {
|
||||||
socket.emit('manual response', response);
|
socket.emit('manual response', response);
|
||||||
|
// Hide the modal, it will appear again if needed
|
||||||
|
manual_modal({'dismissed': true});
|
||||||
}
|
}
|
||||||
|
|
||||||
function select_recipe(idx) {
|
function select_recipe(idx) {
|
||||||
|
|
Loading…
Reference in New Issue