File tree Expand file tree Collapse file tree 5 files changed +21
-9
lines changed
src/AbpCompanyName.AbpProjectName.Web/wwwroot/lib/abp-web-resources
Abp/Framework/scripts/libs Expand file tree Collapse file tree 5 files changed +21
-9
lines changed Original file line number Diff line number Diff line change 4
4
"authors" : [
5
5
" Halil İbrahim Kalkan"
6
6
],
7
- "version" : " 0.10.0 " ,
7
+ "version" : " 0.10.3 " ,
8
8
"description" : " Script and style resources for ASP.NET Boilerplate based web projects." ,
9
9
"main" : " Abp/Framework/scripts/abp.js" ,
10
10
"moduleType" : [],
25
25
" .nuget" ,
26
26
" packages"
27
27
],
28
- "_release" : " 0.10.0 " ,
28
+ "_release" : " 0.10.3 " ,
29
29
"_resolution" : {
30
30
"type" : " version" ,
31
- "tag" : " v0.10.0 " ,
32
- "commit" : " 419f0c04286ce576ded0d79a938033d63eb48fb1 "
31
+ "tag" : " v0.10.3 " ,
32
+ "commit" : " 756cbf5522a25e09a3604edbaf3aec7e8d7e0d21 "
33
33
},
34
34
"_source" : " https://github.com/aspnetboilerplate/bower-abp-resources.git" ,
35
35
"_target" : " ^0.10.0" ,
36
- "_originalSource" : " abp-web-resources" ,
37
- "_direct" : true
36
+ "_originalSource" : " abp-web-resources"
38
37
}
Original file line number Diff line number Diff line change 42
42
abp . signalr . connect ( ) ;
43
43
}
44
44
45
+ //reconnect if hub disconnects
46
+ $ . connection . hub . disconnected ( function ( ) {
47
+ if ( ! abp . signalr . autoConnect ) {
48
+ return ;
49
+ }
50
+
51
+ setTimeout ( function ( ) {
52
+ if ( $ . connection . hub . state === $ . signalR . connectionState . disconnected ) {
53
+ $ . connection . hub . start ( ) ;
54
+ }
55
+ } , 5000 ) ;
56
+ } ) ;
57
+
45
58
} ) ( jQuery ) ;
Original file line number Diff line number Diff line change 4
4
"authors" : [
5
5
" Halil İbrahim Kalkan"
6
6
],
7
- "version" : " v0.10.0 " ,
7
+ "version" : " v0.10.3 " ,
8
8
"description" : " Script and style resources for ASP.NET Boilerplate based web projects." ,
9
9
"main" : " Abp/Framework/scripts/abp.js" ,
10
10
"moduleType" : [],
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " abp-web-resources" ,
3
- "version" : " 0.10.0 " ,
3
+ "version" : " 0.10.3 " ,
4
4
"description" : " ASP.NET Boilerplate web resources" ,
5
5
"main" : " Abp/Framework/scripts/abp.js" ,
6
6
"dependencies" : {},
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<packages >
3
- <package id =" Abp.Web.Resources" version =" 0.9.2 .0" targetFramework =" net452" />
3
+ <package id =" Abp.Web.Resources" version =" 0.10.3 .0" targetFramework =" net452" />
4
4
</packages >
You can’t perform that action at this time.
0 commit comments