Skip to content
Snippets Groups Projects
Commit df6b1544 authored by Simon Birnbach's avatar Simon Birnbach Committed by Arthur Schiwon
Browse files

Fix bug on browsers like rekonq which stopped execution of javascript

parent e0a5f976
No related branches found
No related tags found
No related merge requests found
...@@ -160,7 +160,7 @@ OC.search.lastResults={}; ...@@ -160,7 +160,7 @@ OC.search.lastResults={};
OC.addStyle.loaded=[]; OC.addStyle.loaded=[];
OC.addScript.loaded=[]; OC.addScript.loaded=[];
if(typeof localStorage !='undefined'){ if(typeof localStorage !='undefined' && localStorage != null){
//user and instance awere localstorage //user and instance awere localstorage
OC.localStorage={ OC.localStorage={
namespace:'oc_'+OC.currentUser+'_'+OC.webroot+'_', namespace:'oc_'+OC.currentUser+'_'+OC.webroot+'_',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment