Commit 94830c85 authored by Seve's avatar Seve Committed by JC Brand

Setting up plugin development

parent a866c174
......@@ -85,6 +85,7 @@ require.config({
"converse-rosterview": "src/converse-rosterview",
"converse-singleton": "src/converse-singleton",
"converse-vcard": "src/converse-vcard",
"converse-spoilers": "src/converse-spoilers",
// Off-the-record-encryption
// "bigint": "node_modules/otr/build/dep/bigint",
......
......@@ -47,7 +47,6 @@
/* Inside this method, you have access to the private
* `_converse` object.
*/
alert('SPOILERS IS BEING INITIALIZED');
var _converse = this._converse;
_converse.log("The converse-spoilers plugin is being initialized");
......
......@@ -22,6 +22,7 @@ if (typeof define !== 'undefined') {
"converse-dragresize", // Allows chat boxes to be resized by dragging them
"converse-headline", // Support for headline messages
"converse-fullscreen",
"converse-spoilers"
/* END: Removable components */
], function (converse) {
return converse;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment