Skip to content

Commit

Permalink
disable ads
Browse files Browse the repository at this point in the history
  • Loading branch information
fredgido authored Oct 1, 2023
1 parent e6a093d commit c69eb08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/sidebar.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</section>

<section id="exoclick">
<% if CurrentUser.user.show_ads? && controller_name == "posts" %>
<% if false && CurrentUser.user.show_ads? && controller_name == "posts" %>
<script async type="application/javascript" src="https://a.magsrv.com/ad-provider.js"></script>
<ins class="eas6a97888e" data-zoneid="5031812"></ins>
<script>(AdProvider = window.AdProvider || []).push({"serve": {}});</script>
Expand Down

0 comments on commit c69eb08

Please sign in to comment.