base_url is not being used.

This commit is contained in:
JC Brand 2012-09-25 13:22:27 +02:00
parent 88b1b55e4d
commit ae12760625

View File

@ -1468,7 +1468,6 @@
$toggle.unbind('click');
this.username = chatdata.attr('username');
this.base_url = chatdata.attr('base_url');
$(document).bind('jarnxmpp.connected', $.proxy(function () {
this.connection.xmlInput = function (body) { console.log(body); };