Add hint when barcode lookup is disabled

This commit is contained in:
Bernd Bestel
2017-04-21 12:03:56 +02:00
parent d628f9b3ca
commit 5db288fc3c
5 changed files with 11 additions and 2 deletions

View File

@@ -95,3 +95,8 @@ Grocy.GetUriParam = function(key)
}
}
};
Grocy.Wait = function(ms)
{
return new Promise(resolve => setTimeout(resolve, ms));
}