New player dialog and bugfixes
This commit is contained in:
9
view-webapp/src/main/webapp/js/tour-registration.inc.js
Normal file
9
view-webapp/src/main/webapp/js/tour-registration.inc.js
Normal file
@@ -0,0 +1,9 @@
|
||||
onLoad(() => {
|
||||
$('input.numeric').imask({
|
||||
mask: Number,
|
||||
scale: 0,
|
||||
min: 0,
|
||||
max: 4000
|
||||
});
|
||||
//$('')
|
||||
});
|
Reference in New Issue
Block a user