Ver Código Fonte

修改 修改密码随窗口变化弹出;

fanlongfei 7 anos atrás
pai
commit
d3260e27f0
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      CallCenterWeb.UI/js/index.js

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

@@ -349,7 +349,7 @@ $(document).ready(function() {
349 349
 		Dialog('dialogDrag', 'dialogMove');
350 350
 		showDialog();
351 351
 		//侦听浏览器窗口大小变化
352
-		window.onresize = showDialog;
352
+		//window.onresize = showDialog;
353 353
 		$.ajax({
354 354
 			type: "get",
355 355
 			url: huayi.config.callcenter_url + "UserAccount/GetNowUser",