Browse Source

WebUI: Select category on right click

adaptive-webui-19844
buinsky 9 years ago
parent
commit
d63f9e751d
  1. 3
      src/webui/www/public/filters.html

3
src/webui/www/public/filters.html

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

Loading…
Cancel
Save