Skip to content
Snippets Groups Projects
Commit 6f017c0f authored by Martin Koerwien's avatar Martin Koerwien
Browse files

fix: modal cookie conditional

parent 7899f1cc
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ export default {
this.callback = '';
this.callback = callbackFunction;
this.toggleDownloadPopup = toggleDownloadPopup;
if (cookie === 'false') {
if (cookie === 'false' || !cookie) {
$('#externalAccess').appendTo("body").modal('show');
$('#myModal').appendTo("body").modal('show');
} else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment