Skip to content

Commit

Permalink
use correct signalr version for jquery.signalR script
Browse files Browse the repository at this point in the history
  • Loading branch information
ismcagdas committed Jun 24, 2022
1 parent 931f9cc commit c713276
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public static void RegisterBundles(BundleCollection bundles)
"~/Abp/Framework/scripts/libs/abp.sweet-alert.js",
"~/js/admin.js",
"~/js/main.js",
"~/Scripts/jquery.signalR-2.4.2.js",
"~/Scripts/jquery.signalR-2.4.3.js",
"~/Views/Shared/_Layout.js"
)
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public static void RegisterBundles(BundleCollection bundles)
"~/Abp/Framework/scripts/libs/angularjs/abp.ng.js",

"~/js/admin.js",
"~/Scripts/jquery.signalR-2.4.2.min.js",
"~/Scripts/jquery.signalR-2.4.3.min.js",
"~/js/main.js"
)
);
Expand Down

0 comments on commit c713276

Please sign in to comment.