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

Commit

Permalink
update script to reflect changes in mixpanel css
Browse files Browse the repository at this point in the history
  • Loading branch information
drusepth committed Jul 19, 2011
1 parent 11f6665 commit 40a7725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mixpanel-groups.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ document.onkeypress = function (key) {

// Iterate through all the event rows on the page and hide the ones that aren't
// part of the currently-viewed group
var events = document.getElementsByClassName('event_row');
var events = document.getElementsByClassName('event_table_row');
for (var i = 0; i < events.length; i++) {
var event_name = events[i].getElementsByTagName('td')[1].innerText.toLowerCase();

Expand Down

0 comments on commit 40a7725

Please sign in to comment.