diff --git a/src/popup/index.html b/src/popup/index.html index 4b71439..2fedbcd 100644 --- a/src/popup/index.html +++ b/src/popup/index.html @@ -21,9 +21,6 @@ -
diff --git a/src/popup/index.js b/src/popup/index.js index f9786e1..b24de39 100644 --- a/src/popup/index.js +++ b/src/popup/index.js @@ -272,7 +272,6 @@ function loadPage(worker) { // For chrome browser, the designer live preview is enable // for version upper 72 - $('#designer-livepreview-need-update').hide(); if (browserVendor === 'Chrome') { const version = parseInt( /(Firefox|Chrome)\/(?[0-9\.]*)/g @@ -938,10 +937,6 @@ function loadPage(worker) { }); return Promise .all(pendingPromises) - .then(() => { - $('.popup-loading-message').hide(); - $('.content').show(); - }) .then(() => worker) .catch((error) => console.error(error)); })