back to lobby list on game create

This commit is contained in:
Thibault Duplessis 2014-12-03 01:43:39 +01:00
parent 6e57aaa1f2
commit 3610cf0ef5

View file

@ -1222,6 +1222,8 @@ var storage = {
type: 'post'
});
$form.find('a.close').click();
if ($('#hooks_wrap .tabs .now_playing').hasClass('active'))
$('#hooks_wrap .tabs .list').click();
return false;
};
$formTag.find('.color_submits button').click(function() {