|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
|
/* globals toolbarSearch, menu, isRtl, fireGlobalEvent, CachedChatSubscription */ |
|
|
|
|
import Clipboard from 'clipboard'; |
|
|
|
|
|
|
|
|
|
RocketChat.settings.collection.find({_id:/theme/}, {fields:{ value: 1 }}).observe({changed: (key) => { console.log(key); }}); |
|
|
|
|
RocketChat.settings.collection.find({_id:/theme/}, {fields:{ value: 1 }}).observe({changed: () => { DynamicCss.run(); }}); |
|
|
|
|
|
|
|
|
|
Template.body.onRendered(function() { |
|
|
|
|
new Clipboard('.clipboard'); |
|
|
|
|
|