Upgraded nuget packages, Ninject 3, SignalR 5

This commit is contained in:
Mark McDowall
2012-11-03 11:23:47 -07:00
parent 8f0d22e47d
commit 64468cd9ed
489 changed files with 293885 additions and 30058 deletions
@@ -12,6 +12,9 @@
$.ajaxPrefilter(function (options, originalOptions, jqXHR) {
jqXHR.success(function (data) {
if (data === null)
return;
if (data.NotificationType === 0) {
$.gritter.add({
title: data.Title,
@@ -34,7 +37,7 @@
jqXHR.error(function (xhr, textStatus, thrownError) {
//ignore notification errors.
if (this.url.indexOf("/notification/Comet") === 0 || this.url.indexOf("/Health/Index") === 0 || this.url.indexOf("/signalr") === 0)
if (this.url.indexOf("/notification/Comet") === 0 || this.url.indexOf("/Health/Index") === 0 || this.url.indexOf("/signalr/signalr") >= 0)
return;
$.gritter.add({