Browse Source

fix bug caused by #788 (#799)

tags/v1.21.12.1
Lunny Xiao GitHub 8 years ago
parent
commit
77ab60df83
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      public/js/index.js

+ 3
- 1
public/js/index.js View File

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


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


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


Loading…
Cancel
Save