mirror of
https://github.com/fergalmoran/Readarr.git
synced 2025-12-22 09:29:59 +00:00
* 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
9 lines
125 B
JavaScript
9 lines
125 B
JavaScript
import $ from 'jquery';
|
|
import ajax from 'jQuery/jquery.ajax';
|
|
|
|
ajax($);
|
|
|
|
window.$ = $;
|
|
window.jQuery = $;
|
|
export default $;
|