cfstras / talkbox.js

talkbox.js is a simple webchat built on node.js, socket.io and jquery.
GNU Lesser General Public License v3.0
4 stars 1 forks source link

Local Storage Support #36

Closed m0rff closed 11 years ago

m0rff commented 11 years ago

messages are now stored in the local storage of the browser and retrieved if the user reloads the page

this fixes #36

cfstras commented 11 years ago

Did you mean

this fixes #8

?