From fb7ccf82304f5dbac43a1dd15a3c595c6524bc6b Mon Sep 17 00:00:00 2001 From: Martin Donnelly Date: Wed, 24 Feb 2016 15:50:58 +0000 Subject: [PATCH] updates to stop it breaking with an empty table --- app/js/app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/js/app.js b/app/js/app.js index f95f90a..079227f 100644 --- a/app/js/app.js +++ b/app/js/app.js @@ -136,9 +136,9 @@ $.fn.pressEnter = function (fn) { addNew(url); $('#addstatus').fadeIn(400).delay(1500).fadeOut(400); $(this).val(''); - setTimeout(function () { + /* setTimeout(function () { getList(); - }, 5000); + }, 5000);*/ } });