1
0
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:
FreeScout 2020-11-07 00:36:56 -08:00
parent c562b9525a
commit f47efb8f5f

2
public/js/main.js vendored
View File

@ -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)