hexo-blog-deploy/js/third-party/chat/gitter.js

6 lines
96 B
JavaScript
Raw Normal View History

2023-04-26 06:12:09 +00:00
/* global CONFIG */
((window.gitter = {}).chat = {}).options = {
room: CONFIG.gitter.room
};