Explorar el Código

changed dialog zindex to 10

version-14
Anand Doshi hace 12 años
padre
commit
7075d36532
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      public/js/wn/ui/dialog.js

+ 1
- 1
public/js/wn/ui/dialog.js Ver fichero

@@ -63,7 +63,7 @@ wn.ui.Dialog = wn.ui.FieldGroup.extend({
this.appframe.$titlebar.find('.appframe-title').html(t || '');
},
set_postion: function() {
this.zindex = 1;
this.zindex = 10;
if(cur_dialog) {
this.zindex = cur_dialog.zindex + 1;
}


Cargando…
Cancelar
Guardar