WebUI: Select category on right click

This commit is contained in:
buinsky
2016-01-24 12:19:16 +03:00
committed by sledgehammer999
parent f4fdb80cc9
commit d65d11d64c

View File

@@ -42,6 +42,9 @@
offsets : {
x : -15,
y : 2
},
onShow: function () {
this.options.element.firstChild.click();
}
});
</script>