removed mailgo.js from dist
This commit is contained in:
@@ -306,7 +306,12 @@ var mailgoInit = function mailgoInit(mailgoConfig) {
|
||||
var modal = createElement();
|
||||
modal.style.display = "none";
|
||||
modal.id = "mailgo";
|
||||
modal.classList.add("m-modal"); // background
|
||||
modal.classList.add("m-modal"); // if dark is in config
|
||||
|
||||
if (mailgoConfig === null || mailgoConfig === void 0 ? void 0 : mailgoConfig.dark) {
|
||||
modal.classList.add("m-dark");
|
||||
} // background
|
||||
|
||||
|
||||
var modalBackground = createElement();
|
||||
modalBackground.className = "m-modal-back";
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user