mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-02-19 06:16:02 +00:00
6 lines
147 B
JavaScript
6 lines
147 B
JavaScript
require('jquery');
|
|
var m = require('../JsLibraries/messenger');
|
|
|
|
window.Messenger.options = { theme : 'flat' };
|
|
|
|
module.exports = window.Messenger; |