Skip to content

Commit 869746f

Browse files
committed
fix jquery reference
1 parent 173b26f commit 869746f

File tree

1 file changed

+1
-1
lines changed
  • admin_tools_stats/templates/admin_tools_stats/modules

1 file changed

+1
-1
lines changed

admin_tools_stats/templates/admin_tools_stats/modules/chart.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
{% load_chart module.chart_type module.values module.chart_container module.extra %}
3434
}
3535

36-
$('body').on('click', 'a.ui-tabs-anchor[href$={{ module.interval }}_{{ module.graph_key}}]', 'click', function(event)
36+
jQuery('body').on('click', 'a.ui-tabs-anchor[href$={{ module.interval }}_{{ module.graph_key}}]', 'click', function(event)
3737
{
3838
var href_val = event.target.hash;
3939
if(href_val.indexOf('{{ module.interval }}_{{ module.graph_key}}' ) != -1)

0 commit comments

Comments
 (0)