liuzhen %!s(int64=5) %!d(string=před) roky
rodič
revize
b982f52e98

File diff suppressed because it is too large
+ 0 - 2321
WebUI/CallCenterWeb.UI/home.html


File diff suppressed because it is too large
+ 2309 - 32
WebUI/CallCenterWeb.UI/index.html


+ 1 - 1
WebUI/CallCenterWeb.UI/js/index.js

2
 $(document).ready(function () {
2
 $(document).ready(function () {
3
 
3
 
4
     if ($.cookie("token") == null) {
4
     if ($.cookie("token") == null) {
5
-        window.location.href = "index.html";
5
+        window.location.href = "login.html";
6
     }
6
     }
7
 	getnew();
7
 	getnew();
8
     //来电弹屏
8
     //来电弹屏

+ 1 - 1
WebUI/CallCenterWeb.UI/login.html

198
 									$.cookie("extno", Fj, {
198
 									$.cookie("extno", Fj, {
199
 										expires: 7
199
 										expires: 7
200
 									});
200
 									});
201
-									window.location.href = "home.html";
201
+									window.location.href = "index.html";
202
 								}
202
 								}
203
 							}
203
 							}
204
 						});
204
 						});