Skip to content

Commit

Permalink
don't reload the index if not connected
Browse files Browse the repository at this point in the history
  • Loading branch information
Geal committed Jul 1, 2012
1 parent 0ca2d21 commit 193b99b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app.js
Expand Up @@ -141,7 +141,8 @@
})
}

reloadIndex()
if(helper.isConnected())
reloadIndex()

function createBookmarklet() {
var authData = storage.authData()
Expand Down

0 comments on commit 193b99b

Please sign in to comment.