mirror of https://github.com/flarum/flarum
removed debug console.log
parent
4a63d51338
commit
82e1f52add
|
@ -55,7 +55,6 @@
|
||||||
$.ajax('#', {
|
$.ajax('#', {
|
||||||
method: 'post',
|
method: 'post',
|
||||||
success: function(state) {
|
success: function(state) {
|
||||||
console.log(state);
|
|
||||||
if(state == 'true') {
|
if(state == 'true') {
|
||||||
location.replace(location.pathname.replace('/install/index.php', ''));
|
location.replace(location.pathname.replace('/install/index.php', ''));
|
||||||
} else if(statusElement.text() != state) {
|
} else if(statusElement.text() != state) {
|
||||||
|
|
Loading…
Reference in New Issue