simple header js @review by 徐祁
Showing
4 changed files
with
15 additions
and
1 deletions
@@ -5,9 +5,13 @@ | @@ -5,9 +5,13 @@ | ||
5 | */ | 5 | */ |
6 | var $ = require('yoho.jquery'); | 6 | var $ = require('yoho.jquery'); |
7 | 7 | ||
8 | + | ||
8 | require('./footer'); | 9 | require('./footer'); |
10 | +require('./simple-header'); | ||
9 | require('./header'); | 11 | require('./header'); |
10 | 12 | ||
13 | + | ||
14 | + | ||
11 | function cookie(name) { | 15 | function cookie(name) { |
12 | var cookies = document.cookie, | 16 | var cookies = document.cookie, |
13 | cookieVal, | 17 | cookieVal, |
@@ -827,6 +827,7 @@ function actionSearch() { | @@ -827,6 +827,7 @@ function actionSearch() { | ||
827 | 827 | ||
828 | $('#query_key').search(searchDomain); | 828 | $('#query_key').search(searchDomain); |
829 | } | 829 | } |
830 | + | ||
830 | /** | 831 | /** |
831 | * 初始化函数 | 832 | * 初始化函数 |
832 | * @return {[type]} [description] | 833 | * @return {[type]} [description] |
web-static/js/simple-header.js
0 → 100644
-
Please register or login to post a comment