Skip to content

Commit bd75c80

Browse files
authored
Update detail.phtml
Change path for beautifer script to the module path. This solves the problem when the JSON beautifier script can not be found in the admin.
1 parent 176ee2c commit bd75c80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

view/adminhtml/templates/detail.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ $log = $viewModel->getLog();
5757
<script>
5858
require([
5959
'jquery',
60-
'Websolute_TransporterReports/js/js-beautify/beautify.min'
60+
'GhostUnicorns_WebapiLogs/js/js-beautify/beautify.min'
6161
], function (
6262
$,
6363
beautify

0 commit comments

Comments
 (0)