fixed FileSizeCell, template helper.

This commit is contained in:
kay.one 2013-06-07 07:34:54 -07:00
commit 72cfde1303
7 changed files with 44 additions and 39 deletions

View file

@ -21,7 +21,10 @@ define(function () {
//need tab index so close on escape works
//https://github.com/twitter/bootstrap/issues/4663
this.$el.attr('tabindex', '-1');
this.$el.modal({'show': true, 'keyboard': true});
this.$el.modal({
'show' : true,
'keyboard': true,
'backdrop': 'static'});
},