Commit 54f7d8aac6168a283fbff4c9cd661a3e9124e468

Authored by Wilmer Ramones
1 parent 710fe7d400
Exists in master

cambiado a un minuto el refrescamiento ajax

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
app/Resources/views/base_app.html.twig
... ... @@ -168,11 +168,11 @@
168 168 $("#contador_solicitudes").append(html);
169 169 }*/
170 170 $("#contador_solicitudes").html(posts);
171   - setTimeout(waitForMsg, 10000);
  171 + setTimeout(waitForMsg, 60000);
172 172 },
173 173 error: function (XMLHttpRequest, textStatus, errorThrown) {
174 174 console.log(errorThrown);
175   - setTimeout(waitForMsg, 15000);
  175 + setTimeout(waitForMsg, 300000);
176 176  
177 177 }
178 178  
... ...