浏览代码

fix bug caused by #788 (#799)

tags/v1.1.0
Lunny Xiao 7 年前
父节点
当前提交
77ab60df83
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3
    1
      public/js/index.js

+ 3
- 1
public/js/index.js 查看文件

@@ -109,7 +109,9 @@ function initCommentForm() {
}

$('.select-label').dropdown('setting', 'onHide', function(){
location.reload();
if (hasLabelUpdateAction) {
location.reload();
}
});

$labelMenu.find('.item:not(.no-select)').click(function () {

正在加载...
取消
保存