removed anchor around recent posts on account page

This commit is contained in:
Baris Usakli
2013-07-19 12:03:54 -04:00
parent 78358a8ccd
commit c1b170ec86
3 changed files with 12 additions and 7 deletions

View File

@@ -32,6 +32,10 @@
return false;
});
$('.user-recent-posts .topic-row').on('click', function() {
ajaxify.go($(this).attr('topic-url'));
})
});
}());