Save newsletter before navigating away when clicked on "Next" button
This commit is contained in:
@@ -57,6 +57,8 @@ jQuery.fn.stick_in_parent = function() { return this; };
|
||||
global.stubChannel = function (EditorApplication, returnObject) {
|
||||
var App = EditorApplication;
|
||||
App.getChannel = sinon.stub().returns(_.defaults(returnObject || {}, {
|
||||
request: function () {
|
||||
},
|
||||
trigger: function () {
|
||||
},
|
||||
on: function () {
|
||||
|
Reference in New Issue
Block a user