From a967ad59732995c4d5fa9df19afd7538d4f45880 Mon Sep 17 00:00:00 2001 From: Mikhail Bortnikov Date: Mon, 3 Jul 2017 14:47:08 +0300 Subject: [PATCH] =?UTF-8?q?=D1=83=D0=B2=D0=B5=D0=BB=D0=B8=D1=87=D0=B8?= =?UTF-8?q?=D0=BB=20=D0=B2=D1=80=D0=B5=D0=BC=D1=8F=20=D0=BF=D0=B5=D1=80?= =?UTF-8?q?=D0=B5=D0=BE=D0=B4=D0=B8=D1=87=D0=BD=D1=8B=D1=85=20=D0=B7=D0=B0?= =?UTF-8?q?=D0=BF=D1=80=D1=81=D0=BE=D0=B2=20=D0=B2=20100=20=D1=80=D0=B0?= =?UTF-8?q?=D0=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/js/all_comments.js | 2 +- static/js/apis/teacher_exam_comments.js | 2 +- static/js/apis/teacher_homework_comments.js | 2 +- static/js/apis/teacher_lesson_comments.js | 2 +- static/js/apis/teacher_refresh.js | 2 +- static/js/element_actions.js | 2 +- static/js/lesson.js | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/static/js/all_comments.js b/static/js/all_comments.js index ca4536a..062a42c 100755 --- a/static/js/all_comments.js +++ b/static/js/all_comments.js @@ -276,6 +276,6 @@ $(function() { setInterval(function(){ get_lesson_comments_length(); } - , 2000); + , 200000); load_process() }); \ No newline at end of file diff --git a/static/js/apis/teacher_exam_comments.js b/static/js/apis/teacher_exam_comments.js index 7409458..b997f5d 100755 --- a/static/js/apis/teacher_exam_comments.js +++ b/static/js/apis/teacher_exam_comments.js @@ -245,5 +245,5 @@ $(function() { get_lesson_comments_length(); } - , 2000); + , 200000); }); diff --git a/static/js/apis/teacher_homework_comments.js b/static/js/apis/teacher_homework_comments.js index 589ba36..3c6c7a0 100755 --- a/static/js/apis/teacher_homework_comments.js +++ b/static/js/apis/teacher_homework_comments.js @@ -246,5 +246,5 @@ $(function() { setInterval(function(){ get_lesson_comments_length(); } - , 2000); + , 200000); }); diff --git a/static/js/apis/teacher_lesson_comments.js b/static/js/apis/teacher_lesson_comments.js index 81aaf1e..834b967 100755 --- a/static/js/apis/teacher_lesson_comments.js +++ b/static/js/apis/teacher_lesson_comments.js @@ -222,5 +222,5 @@ $(function() { setInterval(function(){ get_lesson_comments_length(); } - , 2000); + , 200000); }); diff --git a/static/js/apis/teacher_refresh.js b/static/js/apis/teacher_refresh.js index 0a70115..1a4f13f 100755 --- a/static/js/apis/teacher_refresh.js +++ b/static/js/apis/teacher_refresh.js @@ -4,7 +4,7 @@ $(function() { if(!window.achievement_in_work){ resee_materials() } - }, 2000); + }, 200000); }); function resee_materials() { diff --git a/static/js/element_actions.js b/static/js/element_actions.js index c99dd55..0de1abe 100755 --- a/static/js/element_actions.js +++ b/static/js/element_actions.js @@ -87,7 +87,7 @@ $(function() { check_ahievements() } } - , 5000); + , 500000); }); function NotEmpty(obj) { // Проверка объекта на пустоту diff --git a/static/js/lesson.js b/static/js/lesson.js index dc0d84c..79af170 100755 --- a/static/js/lesson.js +++ b/static/js/lesson.js @@ -273,7 +273,7 @@ $(function() { setInterval(function(){ get_lesson_comments_length(); } - , 2000); + , 200000); if (window.lesson_comments_length != 0){ $('[name="old_comments_show"]').fadeIn() }