From c04ee1119f009927fc2cb447cc23f35d9de46414 Mon Sep 17 00:00:00 2001 From: Alex ORLUC <alex.orluc@maarch.org> Date: Fri, 6 Nov 2020 19:54:00 +0100 Subject: [PATCH] FEAT #00000 TIME 0 fix bad path --- src/frontend/app/profile.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/app/profile.component.ts b/src/frontend/app/profile.component.ts index 57acd7cedf7..06f75a8d453 100755 --- a/src/frontend/app/profile.component.ts +++ b/src/frontend/app/profile.component.ts @@ -238,7 +238,7 @@ export class ProfileComponent implements OnInit { 'textcolor' ], external_plugins: { - 'maarch_b64image': '../src/frontend/plugins/tinymce/maarch_b64image/plugin.min.js' + 'maarch_b64image': '../../src/frontend/plugins/tinymce/maarch_b64image/plugin.min.js' }, menubar: false, toolbar: 'undo | bold italic underline | alignleft aligncenter alignright | maarch_b64image | forecolor', -- GitLab