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

View file

@ -160,15 +160,4 @@
data: clickInfo.concat($(this).serializeArray())
});
});
//Custom Extensions
$(document).ready(function () {
$("div[data-ajax-action-link=true]").each(function () {
asyncRequest(this, {
url: $(this).attr('data-href'),
type: "GET",
data: []
});
});
});
}(jQuery));