mirror of
https://github.com/discourse/discourse.git
synced 2026-09-05 04:40:41 -05:00
Support for running discourse with a prefix (i.e. as http://servername/discourse)
This commit is contained in:
@@ -26,7 +26,7 @@ Discourse.AdminEmailLogsController = Ember.ArrayController.extend(Discourse.Pres
|
||||
var _this = this;
|
||||
_this.set('sentTestEmail', false);
|
||||
$.ajax({
|
||||
url: '/admin/email_logs/test',
|
||||
url: Discourse.getURL("/admin/email_logs/test"),
|
||||
type: 'POST',
|
||||
data: { email_address: this.get('testEmailAddress') },
|
||||
success: function() {
|
||||
|
||||
Reference in New Issue
Block a user