Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit e7d752c

Browse files
committed
change is not implemented
1 parent 405c27f commit e7d752c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Diff for: src/jquery.Midgard.midgardWorkflows.js

-4
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,10 @@
4343
original_model.save(null, {
4444
success: function (m) {
4545
model.url = copy_of_url;
46-
model.change();
4746
callback(null, model);
4847
},
4948
error: function (m, err) {
5049
model.url = copy_of_url;
51-
model.change();
5250
callback(err, model);
5351
}
5452
});
@@ -66,12 +64,10 @@
6664
model.destroy({
6765
success: function (m) {
6866
model.url = copy_of_url;
69-
model.change();
7067
callback(null, m);
7168
},
7269
error: function (m, err) {
7370
model.url = copy_of_url;
74-
model.change();
7571
callback(err, model);
7672
}
7773
});

0 commit comments

Comments
 (0)