mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
Updated right sidebar
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<div class="afs_ads"> </div>
|
||||
<div id="blocked_message"></div>
|
||||
<script>
|
||||
(function() {
|
||||
var message = "We've detected that you have an ad blocker enabled! Please enable it and help support our work!";
|
||||
@@ -16,7 +17,7 @@
|
||||
|| ad.innerHTML.length == 0
|
||||
|| ad.clientHeight === 0) {
|
||||
//alert(message);
|
||||
document.write(message);
|
||||
document.getElementById("blocked_message").innerHTML = message;
|
||||
//window.location.href = '[URL of the donate page. Remove the two slashes at the start of thsi line to enable.]';
|
||||
} else {
|
||||
ad.style.display = 'none';
|
||||
|
||||
@@ -31,15 +31,14 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-3">
|
||||
<div class="sidebar-nav-fixed pull-right affix">
|
||||
<div class="well">
|
||||
<ul class="nav ">
|
||||
<div class="sidebar-nav-fixed pull-right affix">
|
||||
<div class="well">
|
||||
<ul class="nav ">
|
||||
<%= render 'layouts/rsidebar' %>
|
||||
</ul>
|
||||
</div>
|
||||
<!--/.well -->
|
||||
</div>
|
||||
<!--/sidebar-nav-fixed -->
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
<% end %>
|
||||
|
||||
Reference in New Issue
Block a user