v0.9.15a - optimized nameCheck

This commit is contained in:
2020-08-14 11:22:51 +02:00
parent c37645fe85
commit 8a71d1d5ae
6 changed files with 83 additions and 9 deletions
@@ -94,7 +94,8 @@
url: '{{route('events.nameCheck')}}',
data: {'nameCheck':$value},
success:function (data) {
if(data){
console.log(data);
if(data === false){
$("#error").show(100);
$("#error").css('color', 'red');
$("#disable").prop('disabled', true);