mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 00:56:01 +08:00
removed sugar.js, port functionality to moment and underscore.js
bring in latest ace from local so we don't mess up with https
This commit is contained in:
@ -21,7 +21,7 @@ Discourse.EmailLog.reopenClass({
|
||||
Discourse.ajax("/admin/email/logs.json", {
|
||||
data: { filter: filter }
|
||||
}).then(function(logs) {
|
||||
logs.each(function(log) {
|
||||
_.each(logs,function(log) {
|
||||
result.pushObject(Discourse.EmailLog.create(log));
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user