mirror of
https://gitlab.silvrtree.co.uk/martind2000/recipes.git
synced 2025-01-10 23:55:09 +00:00
updates to stop it breaking with an empty table
This commit is contained in:
parent
789b1e4cdf
commit
fb7ccf8230
@ -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);*/
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user