first commit.

This commit is contained in:
Stefan Midjich 2016-04-05 16:40:37 +02:00
commit c7a90e3628
13 changed files with 1063 additions and 0 deletions

5
static/js/ise.js Normal file
View file

@ -0,0 +1,5 @@
$(document).ready(function () {
$('#resetForm').submit(function (event) {
event.preventDefault();
});
});