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 f3b1eeb commit d9083eaCopy full SHA for d9083ea
client/index.jsx
@@ -23,7 +23,10 @@ const store = setupStore(initialState);
23
24
const DONATE_LOGO_IMAGE_URL = 'https://donorbox.org/images/white_logo.svg';
25
26
+const showDonateCampaign = false;
27
+
28
if (
29
+ showDonateCampaign &&
30
window.location.href.indexOf('full') === -1 &&
31
window.location.href.indexOf('embed') === -1
32
) {
0 commit comments