diff --git a/RIGS/templates/RIGS/activity_feed.html b/RIGS/templates/RIGS/activity_feed.html index 4a58ce5b..bf055fb9 100644 --- a/RIGS/templates/RIGS/activity_feed.html +++ b/RIGS/templates/RIGS/activity_feed.html @@ -33,9 +33,16 @@ }) + $(document).ready(function() { + $(function () { + $( "#activity" ).load( "{% url 'activity_feed' %}", function() { + $('#activity [data-toggle="popover"]').popover() + }); + }); + }); + {% endblock %} -