mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-13 16:43:58 -07:00
updated handlebar runtime
This commit is contained in:
parent
0d7326c798
commit
68662b9cf4
2 changed files with 39 additions and 10 deletions
|
@ -1,7 +1,7 @@
|
|||
/* jquery.signalR.core.js */
|
||||
/*global window:false */
|
||||
/*!
|
||||
* ASP.NET SignalR JavaScript Library v1.1.1
|
||||
* ASP.NET SignalR JavaScript Library v1.1.2
|
||||
* http://signalr.net/
|
||||
*
|
||||
* Copyright Microsoft Open Technologies, Inc. All rights reserved.
|
||||
|
@ -2119,5 +2119,5 @@
|
|||
/*global window:false */
|
||||
/// <reference path="jquery.signalR.core.js" />
|
||||
(function ($) {
|
||||
$.signalR.version = "1.1.1";
|
||||
$.signalR.version = "1.1.2";
|
||||
}(window.jQuery));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue