UNPKG

nodebb-plugin-buzzer

Version:

NodeBB plugin that will add the classic MSN buzzer to the chat!

7 lines 199 B
(function() { $('document').ready(function() { requirejs(['/plugins/nodebb-plugin-buzzer/js/module.js'], function(module) { module.base.init(); }); }); }());