This commit is contained in:
Matteo Manzinello
2020-07-03 23:34:26 +02:00
parent 2d86d3411a
commit bd0706afbd
7 changed files with 35 additions and 35 deletions

View File

@@ -766,7 +766,7 @@ var isMailgo = function isMailgo(element) {
var mailgoCheckRender = function mailgoCheckRender(event) {
// check if the id=mailgo exists in the body
if (!document.contains(getE("mailgo")) || !document.contains(getE("mailgo-tel"))) return; // if a mailgo is already showing do nothing
if (!document.contains(getE("mailgo")) || !document.contains(getE("mailgo-tel"))) return false; // if a mailgo is already showing do nothing
if (mailgoIsShowing(MAIL_TYPE) || mailgoIsShowing(TEL_TYPE)) return false; // the path of the event

File diff suppressed because one or more lines are too long