Authored by xuqi

移除editor无用代码

<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
... ... @@ -39,6 +39,7 @@
{{> footer_js/ps}}
{{/ isPs}}
{{! 与tag页入口相同}}
{{# isEditor}}
{{> footer_js/editor}}
{{> footer_js/tag}}
{{/ isEditor}}
\ No newline at end of file
... ...