in themes/kube/static/js/kube.js [1912:1921]
start: function()
{
if (!this.hasTarget())
{
return;
}
if (this.opts.show) this.load();
else this.$element.on('click.' + this.namespace, $.proxy(this.load, this));
},