summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/model/util.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/model/util.js b/src/model/util.js
index af7c77b3..63dd9ca7 100644
--- a/src/model/util.js
+++ b/src/model/util.js
@@ -4,7 +4,7 @@
* model utility functions:
* - convert from/to client/backend data representations
*/
-define(['jquery', 'model/diff'],
+define(['jquery', 'model/diff'],
function($, model_diff) {
/**
@@ -16,7 +16,7 @@ function($, model_diff) {
ret = $.extend({
'type' : n_raw['__label_set'][0].toLowerCase(), // discard all
// labels except
- 'state' : 'temp',
+ 'state' : 'perm',
}, n_raw);
delete ret.__label_set;