Skip to content

Commit

Permalink
Refs #4451, fixing regression in visitor profile, clicking on 'there …
Browse files Browse the repository at this point in the history
…are no more visits' span reloads existing visits.
  • Loading branch information
diosmosis committed Jan 2, 2014
1 parent b5ceb83 commit ae45936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/Live/javascripts/visitorProfile.js
Expand Up @@ -74,7 +74,7 @@
return false;
});

$element.on('click', '.visitor-profile-pages-visited,.visitor-profile-more-info', function (e) {
$element.on('click', '.visitor-profile-more-info>a', function (e) {
e.preventDefault();
self._loadMoreVisits();
return false;
Expand Down

0 comments on commit ae45936

Please sign in to comment.