修正上传用户体验
当用户的附件上传完毕后,直接弹出插入图片或者链接对话框,让用户选择插入还是取消
This commit is contained in:
@@ -65,6 +65,7 @@ $(document).ready(function() {
|
||||
attachInsertEvent(li);
|
||||
attachDeleteEvent(li);
|
||||
updateAttacmentNumber();
|
||||
Typecho.uploadComplete(data);
|
||||
}
|
||||
|
||||
$('#tab-files').bind('init', function () {
|
||||
|
||||
Reference in New Issue
Block a user