Authored by happyhour7@163.com

Merge branch 'test' of git.dev.yoho.cn:ued/yohogirls-mustache into test

1 {{# default}} 1 {{# default}}
2 <script type="text/javascript"> 2 <script type="text/javascript">
3 - seajs.use(['js/common-debug','js/channel/home-debug'], function (common,home) { 3 + seajs.use(['js/common','js/channel/home'], function (common,home) {
4 common.init(); 4 common.init();
5 home.init(); 5 home.init();
6 }); 6 });
@@ -9,7 +9,7 @@ @@ -9,7 +9,7 @@
9 9
10 {{# fashion}} 10 {{# fashion}}
11 <script type="text/javascript"> 11 <script type="text/javascript">
12 - seajs.use(['js/common-debug'], function (common) { 12 + seajs.use(['js/common'], function (common) {
13 common.init(); 13 common.init();
14 //home.init(); 14 //home.init();
15 }); 15 });
@@ -18,7 +18,7 @@ @@ -18,7 +18,7 @@
18 18
19 {{# beauty}} 19 {{# beauty}}
20 <script type="text/javascript"> 20 <script type="text/javascript">
21 - seajs.use(['js/common-debug'], function (common) { 21 + seajs.use(['js/common'], function (common) {
22 common.init(); 22 common.init();
23 //home.init(); 23 //home.init();
24 }); 24 });
@@ -27,7 +27,7 @@ @@ -27,7 +27,7 @@
27 27
28 {{# sport}} 28 {{# sport}}
29 <script type="text/javascript"> 29 <script type="text/javascript">
30 - seajs.use(['js/common-debug'], function (common) { 30 + seajs.use(['js/common'], function (common) {
31 common.init(); 31 common.init();
32 //home.init(); 32 //home.init();
33 }); 33 });
@@ -36,7 +36,7 @@ @@ -36,7 +36,7 @@
36 36
37 {{# lifestyle}} 37 {{# lifestyle}}
38 <script type="text/javascript"> 38 <script type="text/javascript">
39 - seajs.use(['js/common-debug'], function (common) { 39 + seajs.use(['js/common'], function (common) {
40 common.init(); 40 common.init();
41 //home.init(); 41 //home.init();
42 }); 42 });
@@ -45,7 +45,7 @@ @@ -45,7 +45,7 @@
45 45
46 {{# magazine}} 46 {{# magazine}}
47 <script type="text/javascript"> 47 <script type="text/javascript">
48 - seajs.use(['js/common-debug','js/channel/magazine-debug'], function (common, magazine) { 48 + seajs.use(['js/common','js/channel/magazine'], function (common, magazine) {
49 common.init(); 49 common.init();
50 magazine.init(); 50 magazine.init();
51 }); 51 });
@@ -54,7 +54,7 @@ @@ -54,7 +54,7 @@
54 54
55 {{# video}} 55 {{# video}}
56 <script type="text/javascript"> 56 <script type="text/javascript">
57 - seajs.use(['js/common-debug'], function (common) { 57 + seajs.use(['js/common'], function (common) {
58 common.init(); 58 common.init();
59 }); 59 });
60 </script> 60 </script>
@@ -62,7 +62,7 @@ @@ -62,7 +62,7 @@
62 62
63 {{# search}} 63 {{# search}}
64 <script type="text/javascript"> 64 <script type="text/javascript">
65 - seajs.use(['js/common-debug','js/channel/search-debug'], function (common,search) { 65 + seajs.use(['js/common','js/channel/search'], function (common,search) {
66 common.init(); 66 common.init();
67 search.init(); 67 search.init();
68 }); 68 });
@@ -71,7 +71,7 @@ @@ -71,7 +71,7 @@
71 71
72 {{# writer}} 72 {{# writer}}
73 <script type="text/javascript"> 73 <script type="text/javascript">
74 - seajs.use(["js/channel/edit320-debug"], function(edit){ 74 + seajs.use(["js/channel/edit320"], function(edit){
75 edit.init(); 75 edit.init();
76 }); 76 });
77 77
@@ -81,7 +81,7 @@ @@ -81,7 +81,7 @@
81 81
82 {{# detail}} 82 {{# detail}}
83 <script type="text/javascript"> 83 <script type="text/javascript">
84 - seajs.use(['js/common-debug','js/channel/detail-debug'], function (common,detail) { 84 + seajs.use(['js/common','js/channel/detail'], function (common,detail) {
85 common.init(); 85 common.init();
86 detail.init(); 86 detail.init();
87 }); 87 });