drop useless Abort function

This commit is contained in:
2019-06-08 21:51:39 +01:00
parent 8528e3e725
commit 4da630a8f6
3 changed files with 18 additions and 25 deletions

View File

@ -263,8 +263,8 @@ window.ChatHubHandler = (function ($) {
return encodedValue;
}
$(window).unload(function () { chat.server.abort(); });
// FIXME cx clean shutdown
// $(window).unload(function () { });
};