Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-frontend
·
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
xuqi
2015-05-12 09:39:14 +0800
Commit
205e69b2508572564e05cd648269dbadf581263f
1 parent
78a98215
移除editor无用代码
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
10 deletions
mobile/views/pages/editor.html
mobile/views/partials/footer-js/editor.html
mobile/views/partials/footer.html
mobile/views/pages/editor.html
deleted
100644 → 0
View file @
78a9821
mobile/views/partials/footer-js/editor.html
deleted
100644 → 0
View file @
78a9821
<script
type=
"text/javascript"
>
seajs
.
use
([
'jquery/1.8.3/jquery-debug'
,
'yohobuy-mobile/1.0.0/public/js/tag-debug'
],
function
(
$
,
tag
)
{
$
(
"#container"
).
removeClass
(
'hide'
);
if
(
tag
)
{
tag
.
init
();
}
});
</script>
\ No newline at end of file
mobile/views/partials/footer.html
View file @
205e69b
...
...
@@ -39,6 +39,7 @@
{{> footer_js/ps}}
{{/ isPs}}
{{! 与tag页入口相同}}
{{# isEditor}}
{{> footer_js/
editor
}}
{{> footer_js/
tag
}}
{{/ isEditor}}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment