|
|
@@ -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")
|