Show the small alert if no services #616
This commit is contained in:
parent
b091e07cc5
commit
bc324cd537
|
|
@ -531,7 +531,11 @@ var tarteaucitron = {
|
|||
tarteaucitron.addService(tarteaucitron.job[index]);
|
||||
}
|
||||
} else {
|
||||
tarteaucitron.job = []
|
||||
tarteaucitron.job = [];
|
||||
}
|
||||
|
||||
if (tarteaucitron.job.length == 0) {
|
||||
tarteaucitron.userInterface.closeAlert();
|
||||
}
|
||||
|
||||
tarteaucitron.isAjax = true;
|
||||
|
|
|
|||
Loading…
Reference in New Issue