Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/jsxc.nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/ts
diff options
context:
space:
mode:
authorsualko <klaus@jsxc.org>2018-10-17 14:33:44 +0300
committersualko <klaus@jsxc.org>2018-10-17 14:33:44 +0300
commit8bbe5fb6a31e664ab9a502ff863263a60489867f (patch)
tree47cc708f9803b973ebe520c11fe62c11e345cc54 /ts
parent8d04c91ee21ba45c51b5e7391f5182f214e196ee (diff)
refactor: split scss file
Diffstat (limited to 'ts')
-rw-r--r--ts/ChatIconInjector.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/ts/ChatIconInjector.ts b/ts/ChatIconInjector.ts
index 7e7ce9d..3e102a0 100644
--- a/ts/ChatIconInjector.ts
+++ b/ts/ChatIconInjector.ts
@@ -2,7 +2,7 @@
export default function injectChatIcon() {
var div = $('<div/>');
- div.addClass('jsxc_chatIcon');
+ div.addClass('ojsxc-chat-icon');
div.click(function() {
jsxc.toggleRoster();
});