diff options
Diffstat (limited to 'showads.js')
| -rw-r--r-- | showads.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +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 +var showAds=false; |