Commit 6eb87fa3 authored by Paul Asmuth's avatar Paul Asmuth
Browse files

Merge pull request #19 from l4u/clear_hash

Remove url hash when the Active Users tab is clicked
parents bbd2a742 ea5a76de
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -48,6 +48,7 @@

    $('#tabs li.sessions').click(function(){
      FnordMetric.renderSessionView();
      window.location.hash = '';
    });

    $('#tabs li').click(function(){