General improvements

This commit is contained in:
Bernd Bestel
2017-04-16 23:11:03 +02:00
parent b7852d78d0
commit bd29f5da25
30 changed files with 473 additions and 293 deletions

View File

@@ -33,4 +33,6 @@
$(function()
{
$('#name').focus();
$('#product-form').validator();
$('#product-form').validator('validate');
});