Authored by 邱骏

merge

... ... @@ -401,7 +401,6 @@ function ceXuanFuInit() {
$('#sidebar').load(href + pageid + '.html', function() {
$('.sidebar-img').click(function() {
$('.sidebar').show();
$('.sidebar').show();
});
$('.sidebar').click(function(e) {
var $cur = $(e.target);
... ...