Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit 5c5f6bf

Browse files
committed
making the guid still creating modal not closeable by the user
1 parent f6a417a commit 5c5f6bf

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

js/views/onboardingModal.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,11 @@ module.exports = baseModal.extend({
247247

248248
if (guidCreation.state() == 'pending') {
249249
this.guidStillCreatingModal && guidStillCreatingModal.remove();
250-
this.guidStillCreatingModal = new guidStillCreatingModal();
250+
this.guidStillCreatingModal = new guidStillCreatingModal({
251+
dismissOnOverlayClick: false,
252+
dismissOnEscPress: false,
253+
showCloseButton: false
254+
});
251255
this.guidStillCreatingModal.render().open();
252256
} else {
253257
this.loadingModal.open();

0 commit comments

Comments
 (0)