mirror of
https://github.com/fergalmoran/dss.git
synced 2026-02-24 00:46:20 +00:00
Fixed mix update.
This commit is contained in:
@@ -67,6 +67,7 @@ window.DSSEditableView = Backbone.View.extend({
|
||||
var obj = "{\"" + changed.id + "\":\"" + value.replace(/\n/g, '<br />') + "\"}";
|
||||
var objInst = JSON.parse(obj);
|
||||
this.model.set(objInst);
|
||||
|
||||
},
|
||||
_bakeForm:function (el, lookups) {
|
||||
//TODO extend lookups to be a list
|
||||
|
||||
Reference in New Issue
Block a user