Require and Webpack can eat the same files
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
'underscore.string',
|
||||
'backbone',
|
||||
'gettext',
|
||||
'../../../../common/static/common/js/components/views/feedback_notification',
|
||||
'../../common/js/components/views/feedback_notification',
|
||||
'jquery.cookie'
|
||||
], function(domReady, $, str, Backbone, gettext, NotificationView) {
|
||||
var main, sendJSON;
|
||||
|
||||
@@ -116,7 +116,7 @@ define([
|
||||
Import.reset();
|
||||
onComplete();
|
||||
|
||||
alert(gettext('Your import has failed.') + '\n\n' + errMsg);
|
||||
alert(gettext('Your import has failed.') + '\n\n' + errMsg); // eslint-disable-line max-len, no-alert
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user