destroy user games infinite scroll on tab change

pull/3300/head^2
Thibault Duplessis 2017-07-23 12:22:18 +02:00
parent 875790cf35
commit e8c2316266
1 changed files with 1 additions and 0 deletions

View File

@ -113,6 +113,7 @@ $(function() {
var $angles = $(this),
$content = $('.angle_content');
function browseTo(path) {
$('.angle_content .infinitescroll').infinitescroll('destroy');
$.get(path).then(function(html) {
$content.html(html);
cleanupActivity();