1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-05-25 00:42:03 +00:00

on Refactoring...

This commit is contained in:
Rokt33r
2015-08-17 01:10:08 +09:00
parent 932997259f
commit 23b8b49c00
59 changed files with 1960 additions and 2179 deletions

View File

@@ -81,7 +81,7 @@ function searchArticle (search, articles) {
// Filter end
function fetchArticles () {
var user = JSON.parse(localStorage.getItem('user'))
var user = JSON.parse(localStorage.getItem('currentUser'))
if (user == null) {
console.log('need to login')
return []