We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cd4d0b commit 325350dCopy full SHA for 325350d
client/index.jsx
@@ -20,7 +20,10 @@ const initialState = window.__INITIAL_STATE__;
20
21
const store = configureStore(initialState);
22
23
-if (window.location.href.indexOf('full') === -1) {
+if (
24
+ window.location.href.indexOf('full') === -1 &&
25
+ window.location.href.indexOf('embed') === -1
26
+) {
27
// Add a banner to the page
28
const banner = document.createElement('div');
29
banner.id = 'processing-banner';
0 commit comments