preventing resizing of burndown modal dialog

pull/6827/head
Jens Ulferts 14 years ago
parent 6e09cae64e
commit 907f567906
  1. 3
      assets/javascripts/app/backlog.js

@ -152,10 +152,11 @@ RB.Backlog = (function ($) {
$('#charts').dialog({
dialogClass: "rb_dialog",
height: 500,
width: 710,
position: 'center',
modal: true,
title: RB.i18n.burndown_graph,
width: 710
resizable: false
});
}
});

Loading…
Cancel
Save