mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-23 22:25:09 -04:00
Target to .NET 4.6.1, Update SignalR, Owin, Nancy (#84)
* Target .net 4.6.1 * Update to SignalR 2.2.2 * Fix Socks Reference in NZBDrone.Common * UI Fixes, Build Fixes * Update Nancy to 1.4.4 * Upgrade Microsoft Owin to 3.1.0 * Delete npm-shrinkwrap.json * Fix SignalR Messages
This commit is contained in:
Vendored
+6
-6
@@ -1,8 +1,8 @@
|
||||
var jquery = require('JsLibraries/jquery');
|
||||
var ajax = require('jQuery/jquery.ajax');
|
||||
import $ from 'jquery';
|
||||
import ajax from 'jQuery/jquery.ajax';
|
||||
|
||||
ajax(jquery);
|
||||
ajax($);
|
||||
|
||||
window.$ = jquery;
|
||||
window.jQuery = jquery;
|
||||
module.exports = jquery;
|
||||
window.$ = $;
|
||||
window.jQuery = $;
|
||||
export default $;
|
||||
|
||||
Reference in New Issue
Block a user