From d9954a7ba38b5d2763c35ca3e3a42c258243168f Mon Sep 17 00:00:00 2001 From: oblomov <102328295+oblomov-dev@users.noreply.github.com> Date: Sat, 8 Jul 2023 14:48:29 +0200 Subject: [PATCH] Update z2ui5_cl_http_handler.clas.abap (#358) --- src/z2ui5_cl_http_handler.clas.abap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/z2ui5_cl_http_handler.clas.abap b/src/z2ui5_cl_http_handler.clas.abap index 67c2bd44..96ddceb5 100644 --- a/src/z2ui5_cl_http_handler.clas.abap +++ b/src/z2ui5_cl_http_handler.clas.abap @@ -353,7 +353,7 @@ CLASS Z2UI5_CL_HTTP_HANDLER IMPLEMENTATION. ` }` && |\n| && ` if (!sap.z2ui5.pathname) {` && |\n| && ` sap.z2ui5.pathname = window.location.pathname;` && |\n| && - ` sap.z2ui5.pathname = "/sap/bc/http/sap/y2ui5_http_handler/";` && |\n| && + ` // sap.z2ui5.pathname = "/sap/bc/http/sap/y2ui5_http_handler/";` && |\n| && ` }` && |\n| && ` if (!sap.z2ui5.checkLaunchpadActive) {` && |\n| && ` sap.z2ui5.checkLaunchpadActive = false;` && |\n| &&