Skip to content

Commit c07860f

Browse files
committed
Build for version 1.1.1
1 parent e185a1a commit c07860f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/evolutility.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6719,7 +6719,7 @@ return Backbone.View.extend({
67196719
var updatedModel = this.getData(true);
67206720
this.model.set(updatedModel);
67216721
this.model.save(this.model.changedAttributes(), {
6722-
patch: !this.model.isNew(),
6722+
patch: !this.model.isNew() && !Evol.Config.localStorage,
67236723
success: function(m){
67246724
fnSuccess(m);
67256725
that.collection.set(m, {remove:false});

0 commit comments

Comments
 (0)