Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ued
/
yohogirls_mustache
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
lore-w
2015-05-04 16:45:51 +0800
Commit
b6de43a7ed2031fab3033108e9d269000260612c
1 parent
ead44f0a
修改js引用为debug版本
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
partials/common/script320.html
partials/common/script320.html
View file @
b6de43a
{{# default}}
<script
type=
"text/javascript"
>
seajs
.
use
([
'js/common
'
,
'js/channel/home
'
],
function
(
common
,
home
)
{
seajs
.
use
([
'js/common
-debug'
,
'js/channel/home-debug
'
],
function
(
common
,
home
)
{
common
.
init
();
home
.
init
();
});
...
...
@@ -9,7 +9,7 @@
{{# fashion}}
<script
type=
"text/javascript"
>
seajs
.
use
([
'js/common'
],
function
(
common
)
{
seajs
.
use
([
'js/common
-debug
'
],
function
(
common
)
{
common
.
init
();
//home.init();
});
...
...
@@ -18,7 +18,7 @@
{{# beauty}}
<script
type=
"text/javascript"
>
seajs
.
use
([
'js/common'
],
function
(
common
)
{
seajs
.
use
([
'js/common
-debug
'
],
function
(
common
)
{
common
.
init
();
//home.init();
});
...
...
@@ -27,7 +27,7 @@
{{# sport}}
<script
type=
"text/javascript"
>
seajs
.
use
([
'js/common'
],
function
(
common
)
{
seajs
.
use
([
'js/common
-debug
'
],
function
(
common
)
{
common
.
init
();
//home.init();
});
...
...
@@ -36,7 +36,7 @@
{{# lifestyle}}
<script
type=
"text/javascript"
>
seajs
.
use
([
'js/common'
],
function
(
common
)
{
seajs
.
use
([
'js/common
-debug
'
],
function
(
common
)
{
common
.
init
();
//home.init();
});
...
...
@@ -45,7 +45,7 @@
{{# magazine}}
<script
type=
"text/javascript"
>
seajs
.
use
([
'js/common
'
,
'js/channel/magazine
'
],
function
(
common
,
magazine
)
{
seajs
.
use
([
'js/common
-debug'
,
'js/channel/magazine-debug
'
],
function
(
common
,
magazine
)
{
common
.
init
();
magazine
.
init
();
});
...
...
@@ -54,7 +54,7 @@
{{# video}}
<script
type=
"text/javascript"
>
seajs
.
use
([
'js/common'
],
function
(
common
)
{
seajs
.
use
([
'js/common
-debug
'
],
function
(
common
)
{
common
.
init
();
});
</script>
...
...
@@ -62,7 +62,7 @@
{{# search}}
<script
type=
"text/javascript"
>
seajs
.
use
([
'js/common
'
,
'js/channel/search
'
],
function
(
common
,
search
)
{
seajs
.
use
([
'js/common
-debug'
,
'js/channel/search-debug
'
],
function
(
common
,
search
)
{
common
.
init
();
search
.
init
();
});
...
...
@@ -71,7 +71,7 @@
{{# writer}}
<script
type=
"text/javascript"
>
seajs
.
use
([
"js/channel/edit320"
],
function
(
edit
){
seajs
.
use
([
"js/channel/edit320
-debug
"
],
function
(
edit
){
edit
.
init
();
});
...
...
@@ -81,7 +81,7 @@
{{# detail}}
<script
type=
"text/javascript"
>
seajs
.
use
([
'js/common
'
,
'js/channel/detail
'
],
function
(
common
,
detail
)
{
seajs
.
use
([
'js/common
-debug'
,
'js/channel/detail-debug
'
],
function
(
common
,
detail
)
{
common
.
init
();
detail
.
init
();
});
...
...
Please
register
or
login
to post a comment