We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b54b3cb commit b6e68b2Copy full SHA for b6e68b2
1 file changed
public/js/history.js
@@ -47,7 +47,7 @@ function saveHistoryToStorage(notehistory) {
47
if (store.enabled)
48
store.set('notehistory', JSON.stringify(notehistory));
49
else
50
- saveHistoryToStorage(notehistory);
+ saveHistoryToCookie(notehistory);
51
}
52
53
function saveHistoryToCookie(notehistory) {
0 commit comments