修正全屏上传按钮

This commit is contained in:
joyqi
2014-01-07 14:49:34 +08:00
parent b7ebd770f7
commit 9788c44819
4 changed files with 12 additions and 13 deletions
-9
View File
@@ -256,15 +256,6 @@ $(document).ready(function() {
return false;
});
// 全屏上传按钮控制
$('#btn-fullscreen-upload').click(function() {
$(this).toggleClass('active');
$('.tab-content').toggleClass('hidden');
$('.typecho-option-tabs li').toggleClass('active');
return false;
});
});
</script>