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
Plain Diff
Browse Files
Authored by
unknown
2015-10-16 11:00:15 +0800
Commit
74ae8ac27e012075e747086ac3addf9af5c8efb0
2 parents
cec56a7b
8572fea7
Merge branch 'test' into release
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
0 deletions
partials/common/environment_hk_js.html
partials/common/environment_js.html
partials/common/environment_hk_js.html
View file @
74ae8ac
...
...
@@ -19,3 +19,10 @@ seajs.use("index");
seajs
.
use
(
"index"
);
</script>
{{/ prodEnvironment}}
<script>
window
.
updateState
=
function
()
{
seajs
.
use
(
"js/channel/detail"
,
function
(
detail
)
{
detail
.
updateLogin
();
});
};
</script>
\ No newline at end of file
...
...
partials/common/environment_js.html
View file @
74ae8ac
...
...
@@ -19,3 +19,10 @@ seajs.use("index");
seajs
.
use
(
"index"
);
</script>
{{/ prodEnvironment}}
<script>
window
.
updateState
=
function
()
{
seajs
.
use
(
"js/channel/detail"
,
function
(
detail
)
{
detail
.
updateLogin
();
});
};
</script>
\ No newline at end of file
...
...
Please
register
or
login
to post a comment