From 3375618fdc42fd9eeae8b895b4e4b3009a77089f Mon Sep 17 00:00:00 2001 From: Alex Trix Date: Wed, 2 Oct 2019 23:24:48 -0400 Subject: [PATCH] v2.021 beta Added add file to prevent game freezing. --- js/showads.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 js/showads.js diff --git a/js/showads.js b/js/showads.js new file mode 100644 index 0000000..e78867d --- /dev/null +++ b/js/showads.js @@ -0,0 +1,3 @@ +//this lets us detect adblockers so we can adjust the layout in case ads aren't shown ! (we're not using this for anything weird, promise !) +//this works because an adblocker will usually block this file from being embedded at all +var showAds=true; \ No newline at end of file