Move JavaScript modules into WoltLabSuite/Core namespace
[GitHub/WoltLab/com.woltlab.wcf.conversation.git] / templates / conversationList.tpl
index fc14304f15b22d3a41f3d2eb7319cf1e5488a310..1cfc499f5d7b1dfcfce957de862e08bb54e343e2 100644 (file)
 
 <script data-relocate="true" src="{@$__wcf->getPath()}js/WCF.Conversation{if !ENABLE_DEBUG_MODE}.min{/if}.js?v={@LAST_UPDATE_TIME}"></script>
 <script data-relocate="true">
-       require(['Language', 'WoltLab/WCF/Ui/ItemList/User'], function(Language, UiItemListUser) {
+       require(['Language', 'WoltLabSuite/Core/Ui/ItemList/User'], function(Language, UiItemListUser) {
                Language.addObject({
                        'wcf.conversation.edit.addParticipants': '{lang}wcf.conversation.edit.addParticipants{/lang}',
                        'wcf.conversation.edit.assignLabel': '{lang}wcf.conversation.edit.assignLabel{/lang}',