Adding favorites for Slices and Dashboards

This commit is contained in:
Maxime Beauchemin
2016-03-13 18:16:23 -07:00
parent 5b10b19ed7
commit 7ede732892
10 changed files with 146 additions and 3 deletions

View File

@@ -117,6 +117,8 @@ function initExploreView() {
$("#collapsed_fieldsets").val(collapsed_fieldsets.join("||"));
}
px.initFavStars();
$('legend').click(function () {
toggle_fieldset($(this), true);
});