Parcourir la Source

修改 layer报错的bug

fanlongfei il y a 6 ans
Parent
commit
68187eeab8
1 fichiers modifiés avec 1 ajouts et 4 suppressions
  1. 1 4
      WebUI/CallCenterWeb.UI/js/hplus.min.js

+ 1 - 4
WebUI/CallCenterWeb.UI/js/hplus.min.js

@@ -13,10 +13,7 @@ function SmoothlyMenu() {
13 13
 function localStorageSupport() {
14 14
 	return "localStorage" in window && null !== window.localStorage
15 15
 }
16
-layer.config({
17
-	extend: ["extend/layer.ext.js", "skin/moon/style.css"],
18
-	skin: "layer-ext-moon"
19
-}), $(document).ready(function() {
16
+layer.config({}), $(document).ready(function() {
20 17
 	function e() {
21 18
 		var e = $("body > #wrapper").height() - 61;
22 19
 		$(".sidebard-panel").css("min-height", e + "px")