From ab10f51ff4a292ec43ec4bb04d92524e30a78a2e Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Thu, 4 Aug 2016 21:31:50 +0200 Subject: [PATCH] Move JavaScript modules into WoltLabSuite/Core namespace --- .../Core}/Conversation/Ui/Participant/Add.js | 4 ++-- templates/conversationAdd.tpl | 2 +- templates/conversationList.tpl | 2 +- templates/conversationQuickReply.tpl | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) rename files/js/{WoltLab => WoltLabSuite/Core}/Conversation/Ui/Participant/Add.js (94%) diff --git a/files/js/WoltLab/Conversation/Ui/Participant/Add.js b/files/js/WoltLabSuite/Core/Conversation/Ui/Participant/Add.js similarity index 94% rename from files/js/WoltLab/Conversation/Ui/Participant/Add.js rename to files/js/WoltLabSuite/Core/Conversation/Ui/Participant/Add.js index c483259..fe5517f 100644 --- a/files/js/WoltLab/Conversation/Ui/Participant/Add.js +++ b/files/js/WoltLabSuite/Core/Conversation/Ui/Participant/Add.js @@ -4,9 +4,9 @@ * @author Alexander Ebert * @copyright 2001-2016 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLab/Conversation/Ui/Participant/Add + * @module WoltLabSuite/Core/Conversation/Ui/Participant/Add */ -define(['Ajax', 'Language', 'Ui/Dialog', 'Ui/Notification', 'WoltLab/WCF/Ui/ItemList/User'], function(Ajax, Language, UiDialog, UiNotification, UiItemListUser) { +define(['Ajax', 'Language', 'Ui/Dialog', 'Ui/Notification', 'WoltLabSuite/Core/Ui/ItemList/User'], function(Ajax, Language, UiDialog, UiNotification, UiItemListUser) { "use strict"; /** diff --git a/templates/conversationAdd.tpl b/templates/conversationAdd.tpl index db9b381..66258ab 100644 --- a/templates/conversationAdd.tpl +++ b/templates/conversationAdd.tpl @@ -131,7 +131,7 @@