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:
parent
0c4de24dd5
commit
c79ab3fc2e
5 changed files with 424 additions and 241 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue