Skip to content

Commit

Permalink
[hotfix] caching indicator was missing on dashboard view
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Jun 13, 2016
1 parent fa13b77 commit c58fd63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion caravel/assets/javascripts/modules/caravel.js
Expand Up @@ -216,7 +216,7 @@ var px = (function () {
return qrystr;
},
getWidgetHeader: function () {
return this.container.parents("li.widget").find(".chart-header");
return this.container.parents("div.widget").find(".chart-header");
},
render_template: function (s) {
var context = {
Expand Down

0 comments on commit c58fd63

Please sign in to comment.