diff --git a/sefaria/settings.py b/sefaria/settings.py index 7b8b584ad3..05bdd23fb4 100644 --- a/sefaria/settings.py +++ b/sefaria/settings.py @@ -296,7 +296,7 @@ } } - +''' GLOBAL_INTERRUPTING_MESSAGE = { "name": "14032022-matching-banner", "style": "banner", # "modal" or "banner" @@ -310,7 +310,7 @@ } } ''' -GLOBAL_INTERRUPTING_MESSAGE = None''' +GLOBAL_INTERRUPTING_MESSAGE = None # Grab environment specific settings from a file which diff --git a/static/mobile/message-en.json b/static/mobile/message-en.json index 87ce167c88..19765bd501 100644 --- a/static/mobile/message-en.json +++ b/static/mobile/message-en.json @@ -1,10 +1 @@ -{ - "title": "", - "text": [ - "We're $5,000 from our goal! Donate before Purim and DOUBLE your impact on Sefaria's library, technology, educational resources, and more." - ], - "buttonLink": "https://sefaria.nationbuilder.com/sefariainsider", - "buttonText": "Donate Now", - "name": "14032022-matching-banner-1", - "schemaVersion": 1 -} +null diff --git a/static/mobile/message-he.json b/static/mobile/message-he.json index ffff29e04c..ec747fa47d 100644 --- a/static/mobile/message-he.json +++ b/static/mobile/message-he.json @@ -1,10 +1 @@ -{ - "title": "", - "text": [ - "עוד $5,000 ונגיע ליעד! תרמו לפני פורים והכפילו את השפעתכם על הספריה, הטכנולוגיה והמשאבים החינוכיים של ספריא!" - ], - "buttonLink": "https://sefaria.nationbuilder.com/sefariainsider", - "buttonText": "תרמו עכשיו", - "name": "14032022-matching-banner-1", - "schemaVersion": 1 -} \ No newline at end of file +null \ No newline at end of file