mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 01:43:47 +01:00
fix typo/copy and past error on dataGetUIDdata
This commit is contained in:
parent
2b27946d6f
commit
9b0623ff3a
@ -403,7 +403,7 @@ egw.extend("data_storage", egw.MODULE_GLOBAL, function (_app, _wnd) {
|
||||
* data.
|
||||
*/
|
||||
dataGetUIDdata: function (_uid) {
|
||||
return typeof localStorage[_uid];
|
||||
return localStorage[_uid];
|
||||
},
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user