Răsfoiți Sursa

added temporary console log

CauseFX 5 ani în urmă
părinte
comite
60ed71b415
1 a modificat fișierele cu 2 adăugiri și 0 ștergeri
  1. 2 0
      js/functions.js

+ 2 - 0
js/functions.js

@@ -9767,6 +9767,8 @@ function organizrConsole(subject,msg,type = 'info'){
 	console.info("%c "+subject+" %c ".concat(msg, " "), "color: white; background: "+color+"; font-weight: 700;", "color: "+color+"; background: white; font-weight: 700;");
 	console.info("%c "+subject+" %c ".concat(msg, " "), "color: white; background: "+color+"; font-weight: 700;", "color: "+color+"; background: white; font-weight: 700;");
 }
 }
 function launch(){
 function launch(){
+	organizrConsole('API V2 API','If you see a 404 Error below this line, you have not setup the new location block...', 'error');
+	console.info('https://docs.organizr.app/books/setup-features/page/organizr-20--%3E-21-migration-guide')
 	organizrConnect('api/v2/launch').success(function (data) {
 	organizrConnect('api/v2/launch').success(function (data) {
         try {
         try {
             var json = data.response;
             var json = data.response;