mirror of
https://github.com/freescout-helpdesk/freescout.git
synced 2024-11-24 11:22:42 +01:00
Customer parseName() function
This commit is contained in:
parent
c562b9525a
commit
f47efb8f5f
2
public/js/main.js
vendored
2
public/js/main.js
vendored
@ -4182,7 +4182,7 @@ function saveNoteToStorage(conversation_notes)
|
||||
}
|
||||
|
||||
function localStorageSetObject(key, obj) {
|
||||
localStorageSet('conversation_notes', JSON.stringify(obj));
|
||||
localStorageSet(key, JSON.stringify(obj));
|
||||
}
|
||||
|
||||
function loadNotesFromStorage(conversation_id)
|
||||
|
Loading…
Reference in New Issue
Block a user