Skip to content

Commit

Permalink
adv
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcom committed Jul 14, 2024
1 parent 420be70 commit 610efcf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/main/webapp/WEB-INF/jsp/index.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
<div id="mainpage">
<div id="news">

<%--
<c:if test="${showAdsense}">
<div align="center" width="100%">
<style>
Expand Down Expand Up @@ -80,7 +81,8 @@
</script>
</div>
</c:if>
<%--
--%>

<div style="text-align: center; margin-top: 0.5em; height: 125px" id="interpage">
</div>
<script type="text/javascript">
Expand Down Expand Up @@ -140,7 +142,6 @@
init_interpage_adv(ads);
});
</script>
--%>

<c:if test="${template.moderatorSession or template.correctorSession}">
<div class="nav" style="border-bottom: none">
Expand Down

0 comments on commit 610efcf

Please sign in to comment.