Commit 7ee9b56d authored by JC Brand's avatar JC Brand

Add require, otherwise it's not included in the minified file

parent 99ae7262
......@@ -37,6 +37,6 @@ require.config({
}
});
require(["jquery", "converse"], function($, converse) {
require(["components/requirejs/require", "jquery", "converse"], function(require, $, converse) {
window.converse = 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