removed console.logs

This commit is contained in:
Baris Usakli
2013-05-16 11:53:27 -04:00
parent 2e184c6211
commit 9d5f6364ad
3 changed files with 4 additions and 5 deletions

View File

@@ -36,6 +36,7 @@ var socket,
$('#disconnect-modal').show();
$('#reload-button').on('click',function(){
$('#disconnect-modal').hide();
console.log(window.location.href);
window.location.reload();
});
});