updates to stop it breaking with an empty table

This commit is contained in:
Martin Donnelly 2016-02-24 15:50:58 +00:00
parent 789b1e4cdf
commit fb7ccf8230

View File

@ -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);*/
}
});