@ -276,6 +276,6 @@ $(function() {
setInterval(function(){
get_lesson_comments_length();
}
, 2000);
, 200000);
load_process()
});
@ -245,5 +245,5 @@ $(function() {
@ -246,5 +246,5 @@ $(function() {
@ -222,5 +222,5 @@ $(function() {
@ -4,7 +4,7 @@ $(function() {
if(!window.achievement_in_work){
resee_materials()
}, 2000);
}, 200000);
function resee_materials() {
@ -87,7 +87,7 @@ $(function() {
check_ahievements()
, 5000);
, 500000);
function NotEmpty(obj) {
// Проверка объекта на пустоту
@ -273,7 +273,7 @@ $(function() {
if (window.lesson_comments_length != 0){
$('[name="old_comments_show"]').fadeIn()