We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e309d28 + 4d34d4b commit 2eafeb8Copy full SHA for 2eafeb8
1 file changed
widget/app.services.js
@@ -40,11 +40,12 @@
40
41
return {
42
get: function () {
43
- var data= JSON.parse(localStorage.getItem(buildfire.context.instanceId));
44
- return data;
+ // var data= JSON.parse(localStorage.getItem(buildfire.context.instanceId));
+ // return data;
45
+ return null;
46
},
47
set: function (data) {
- localStorage.setItem(buildfire.context.instanceId, JSON.stringify(data));
48
+ // localStorage.setItem(buildfire.context.instanceId, JSON.stringify(data));
49
}
50
};
51
}])
0 commit comments