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:
Sam
2013-06-11 06:48:50 +10:00
parent eed5875505
commit fa8a84f20c
211 changed files with 1773 additions and 8914 deletions

View File

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