0.8.425
This commit is contained in:
@@ -92,7 +92,7 @@ function load_routes (el,news=null,incrase) {
|
|||||||
iterator_f_check++
|
iterator_f_check++
|
||||||
iterator_f_check++
|
iterator_f_check++
|
||||||
if (data.last_block === true){
|
if (data.last_block === true){
|
||||||
el.classList.add("hide")
|
el.classList.add("hide")
|
||||||
} else if (data.last_block === false){
|
} else if (data.last_block === false){
|
||||||
if (el.classList.contains("hide")) {
|
if (el.classList.contains("hide")) {
|
||||||
el.classList.remove("hide")
|
el.classList.remove("hide")
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{% load static %}
|
{% load static %}
|
||||||
|
|
||||||
{% if not from_el or forloop.counter > from_el %}
|
{% if not from_el or forloop.counter > from_el %}
|
||||||
<div class="news_item_pagination">
|
<div class="news_item_pagination {% if forloop.counter|divisibleby:2 %}even{% else %}odd{% endif %}">
|
||||||
<a href="{% url "article_one" art.url %}">
|
<a href="{% url "article_one" art.url %}">
|
||||||
<div class="pag_news_img"><img src="{{ MEDIA_URL }}{{ art.picture }}" /></div>
|
<div class="pag_news_img"><img src="{{ MEDIA_URL }}{{ art.picture }}" /></div>
|
||||||
<div class="pag_news_item_text">
|
<div class="pag_news_item_text">
|
||||||
|
|||||||
Reference in New Issue
Block a user