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.
2 parents 0f56b80 + b579454 commit 932d4f9Copy full SHA for 932d4f9
src/CoreBundle/Resources/views/Chat/chat.html.twig
@@ -114,8 +114,8 @@
114
confirmReset: '{{ "Are you sure you want to clear this chat?"|trans|e('js') }}'
115
};
116
117
- // ---------- helpers (comments in English) ----------
118
- const ajaxUrl = '{{ url('chat_ajax') ~ '?' ~ course_url_params }}';
+ // ---------- helpers ----------
+ const ajaxUrl = '{{ url('chamilo_core_chat_ajax') ~ '?' ~ course_url_params }}';
119
const myUserId = {{ user.user_id }};
120
const restrictToCoach = {{ restrict_to_coach ? 'true' : 'false' }};
121
const parentNodeId = {{ chat_parent_node_id|default('0') }};
0 commit comments