2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-07 12:02:53 +08:00

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);