Explorar el Código

fix bug caused by #788 (#799)

tags/v1.1.0
Lunny Xiao hace 7 años
padre
commit
77ab60df83
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3
    1
      public/js/index.js

+ 3
- 1
public/js/index.js Ver fichero

@@ -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 () {

Cargando…
Cancelar
Guardar