diff --git a/modules/analyze/html/custom.js b/modules/analyze/html/custom.js index 15c1291..fce63f1 100644 --- a/modules/analyze/html/custom.js +++ b/modules/analyze/html/custom.js @@ -312,7 +312,7 @@ $(function () { }); // Predefined queries dropdown button - $('#predefinedqueries').on('click', 'a', function (event) { + $('#predefinedqueries').on('click', 'li', function (event) { console.log('You clicked the drop downs', event.target); setquery( event.target.getAttribute('query'), diff --git a/modules/analyze/html/index.html b/modules/analyze/html/index.html index 44950d5..9a65ac6 100644 --- a/modules/analyze/html/index.html +++ b/modules/analyze/html/index.html @@ -245,64 +245,64 @@