TOC html
Jump to navigation
Jump to search
| Line 134: | Line 134: | ||
//index_obj_saved = btoa(JSON.stringify(encodeURIComponent(index_obj_saved))) | //index_obj_saved = btoa(JSON.stringify(encodeURIComponent(index_obj_saved))) | ||
| − | index_obj_saved = btoa(unescape(encodeURIComponent(index_obj_saved))) | + | index_obj_saved = btoa(unescape(encodeURIComponent(JSON.stringify(index_obj_saved)))) |
console.log(index_obj_saved) | console.log(index_obj_saved) | ||
Revision as of 10:16, 16 July 2020