mirror of
https://github.com/discourse/discourse.git
synced 2025-05-23 11:01:11 +08:00
Change modal that asks which topic you want to reply in; upgrade bootbox.js
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user