aboutsummaryrefslogtreecommitdiffstats
path: root/templates/layerindex
diff options
context:
space:
mode:
Diffstat (limited to 'templates/layerindex')
-rw-r--r--templates/layerindex/layers.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/layerindex/layers.html b/templates/layerindex/layers.html
index 01ba9e56ac..f612cb0bfd 100644
--- a/templates/layerindex/layers.html
+++ b/templates/layerindex/layers.html
@@ -136,6 +136,10 @@
$.uiTableFilter( theTable, this.value );
})
+ $('.dropdown-menu input, .dropdown-menu label').click(function(e) {
+ e.stopPropagation();
+ })
+
$('#filter-form').submit(function(){
theTable.find("tbody > tr:visible > td:eq(1)").mousedown();
return false;