forked from mirrors/easyappointments
* Corrected typo in installation.php
This commit is contained in:
parent
21aba5d4da
commit
f0a28c7451
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@
|
||||||
if (!GeneralFunctions.handleAjaxExceptions(response)) return;
|
if (!GeneralFunctions.handleAjaxExceptions(response)) return;
|
||||||
|
|
||||||
if (response == AJAX_SUCCESS) {
|
if (response == AJAX_SUCCESS) {
|
||||||
$('.alert').text('Easy!Appointments has been success fully installed!');
|
$('.alert').text('Easy!Appointments has been successfully installed!');
|
||||||
$('.alert').addClass('alert-success');
|
$('.alert').addClass('alert-success');
|
||||||
$('.alert').show();
|
$('.alert').show();
|
||||||
setTimeout(function() {
|
setTimeout(function() {
|
||||||
|
|
Loading…
Reference in a new issue