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
happyhour7
2015-04-22 18:54:24 +0800
Commit
efac6716a2c49c1834745eb6e32ec7393b858744
1 parent
bb57994d
JS开发方式确定
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
partials/script/detail.html
partials/script/detail.html
View file @
efac671
<script
type=
"text/javascript"
charset=
"utf-8"
>
//详情页面JS
seajs
.
use
([
'yohogirls-frontend-web/0.0.1/js/channel/detail-debug'
],
function
(
detail
)
{
if
(
detail
)
{
detail
.
init
();
}
});
</script>
\ No newline at end of file
...
...
Please
register
or
login
to post a comment