Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
Fix tooltips on analytics page
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrei committed Jul 19, 2016
1 parent 45c4c0b commit c8a21b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/assets/javascripts/tooltips.js
@@ -1,5 +1,5 @@
(function(){
$.subscribe("pages:new pages:edit form:edit", function(){
$('[data-toggle="tooltip"]').tooltip()
$.subscribe("pages:new pages:edit form:edit pages:analytics", function(){
$('[data-toggle="tooltip"]').tooltip();
});
}());
1 change: 1 addition & 0 deletions app/views/pages/analytics.slim
Expand Up @@ -46,3 +46,4 @@ javascript:
Analytics.makeDashboard("#{@page.id}");
});
$.publish("pages:analytics");

0 comments on commit c8a21b1

Please sign in to comment.