From d5e72786fe2bd23933a4738ff650930ad8ecdde2 Mon Sep 17 00:00:00 2001 From: Stepan Krapivin Date: Fri, 3 Nov 2017 19:35:27 +0500 Subject: [PATCH] change title for dtys index page --- batiskaf/templates/jinja2/dtys/index.jinja | 4 ++-- static/js/dtys.js | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/batiskaf/templates/jinja2/dtys/index.jinja b/batiskaf/templates/jinja2/dtys/index.jinja index 4d185aa..8043d1b 100644 --- a/batiskaf/templates/jinja2/dtys/index.jinja +++ b/batiskaf/templates/jinja2/dtys/index.jinja @@ -3,7 +3,7 @@ {% block meta_description %}{% endblock %} {% block title %} - DTYS index + Поймай свою цену {% endblock %} {% block stylesheet %} @@ -23,7 +23,7 @@ {% block content %}
-

D`TYS

+

Поймай свою цену

{% for object in object_list %} diff --git a/static/js/dtys.js b/static/js/dtys.js index 1f5aaee..fecc234 100644 --- a/static/js/dtys.js +++ b/static/js/dtys.js @@ -107,7 +107,7 @@ var Updater = function(){ this.interval = setInterval(function(){ me.doUpdate() }, this.params.period); }; - this.doUpdate = function(){ + this.doUpdate = function() { var me = this; $.ajax(this.params.url, { success: function(data,status,x){ @@ -144,7 +144,6 @@ $(function(){ url: "/dtys/etg/", onModified: function(data, x, modified) { get_price(); - // console.log(data, x, modified); } });