Add waiting list

This commit is contained in:
Raphael Michel
2017-02-07 10:03:30 +01:00
parent 8f5849a90c
commit c83f539bba
29 changed files with 1216 additions and 26 deletions
@@ -33,6 +33,8 @@ $(function () {
$("#voucher-box").slideDown();
$("#voucher-toggle").slideUp();
});
$('[data-toggle="tooltip"]').tooltip();
$("#ajaxerr").on("click", ".ajaxerr-close", ajaxErrDialog.hide);