Explorar el Código

added temporary console log

CauseFX hace 5 años
padre
commit
60ed71b415
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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;");
 }
 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) {
         try {
             var json = data.response;