travelynx-action: only show checkin error if it is not already being shown
This commit is contained in:
parent
e0d2c42a39
commit
b4a31cbc46
1 changed files with 4 additions and 2 deletions
|
@ -169,8 +169,10 @@ function tvly_reg_handlers() {
|
||||||
force: link.data('force'),
|
force: link.data('force'),
|
||||||
};
|
};
|
||||||
tvly_run(link, req, function() {
|
tvly_run(link, req, function() {
|
||||||
|
if (!link.data('force')) {
|
||||||
link.append(' – Ohne Echtzeitdaten auschecken?')
|
link.append(' – Ohne Echtzeitdaten auschecken?')
|
||||||
link.data('force', true);
|
link.data('force', true);
|
||||||
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
$('.action-undo').click(function() {
|
$('.action-undo').click(function() {
|
||||||
|
|
Loading…
Reference in a new issue