presence/app/assets/javascripts/chat_persistence.js in social_stream-0.19.3 vs presence/app/assets/javascripts/chat_persistence.js in social_stream-0.20.0

- old
+ new

@@ -2,10 +2,9 @@ // Store and restore conversations using session storage. //////////////////// function storeChatData(){ - return //Check for Session Storage support if (! window.sessionStorage){ return } \ No newline at end of file