Change modal that asks which topic you want to reply in; upgrade bootbox.js

This commit is contained in:
Neil Lalonde
2013-06-24 15:00:57 -04:00
parent 0c4de24dd5
commit c79ab3fc2e
5 changed files with 424 additions and 241 deletions

View File

@ -184,6 +184,9 @@ Discourse = Ember.Application.createWithMixins({
}
});
bootbox.animate(false);
bootbox.backdrop(true); // clicking outside a bootbox modal closes it
setInterval(function(){
Discourse.Formatter.updateRelativeAge($('.relative-date'));
},60 * 1000);