c21a235243
We need it so that we can call initialize from the HTML template
4 lines
92 B
JavaScript
4 lines
92 B
JavaScript
require(["jquery", "converse"], function($, converse) {
|
|
window.converse = converse;
|
|
});
|