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