update toast

This commit is contained in:
Luke Pulverenti 2016-02-25 01:38:12 -05:00
parent b3d91930d3
commit 91cedefe29
39 changed files with 165 additions and 67 deletions

View file

@ -56,7 +56,9 @@
}).then(function () {
Dashboard.alert(Globalize.translate('MessageDownloadQueued'));
require(['toast'], function (toast) {
toast(Globalize.translate('MessageDownloadQueued'));
});
});
}