We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c3c307 commit 46d587dCopy full SHA for 46d587d
bundle/base/core/web/netuno/dev/scripts/sbadmin/netuno/debug.js
@@ -90,7 +90,7 @@
90
let name = script.file;
91
let path = '';
92
if (script.file.indexOf('/') >= 0) {
93
- path = script.file.substring(0, script.file.lastIndexOf('/')) + '/produto/cliente/logistica/';
+ path = script.file.substring(0, script.file.lastIndexOf('/')) + '/';
94
name = script.file.substring(script.file.lastIndexOf('/') + 1);
95
}
96
return { td: {
0 commit comments