Showing
1 changed file
with
12 additions
and
0 deletions
@@ -46,3 +46,15 @@ | @@ -46,3 +46,15 @@ | ||
46 | }); | 46 | }); |
47 | </script> | 47 | </script> |
48 | {{/ about}} | 48 | {{/ about}} |
49 | + | ||
50 | +{{# detailTrial}} | ||
51 | +<script type="text/javascript"> | ||
52 | + seajs.use(['js/channel/detail-trial'], function(){}); | ||
53 | +</script> | ||
54 | +{{/ detailTrial}} | ||
55 | + | ||
56 | +{{# review}} | ||
57 | +<script type="text/javascript"> | ||
58 | + seajs.use(['js/channel/review'], function() {}); | ||
59 | +</script> | ||
60 | +{{/ review}} |
-
Please register or login to post a comment