diff options
Diffstat (limited to 'js/ajax.js')
-rw-r--r-- | js/ajax.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/ajax.js b/js/ajax.js index 6c0185c6592..d924c9b8bc3 100644 --- a/js/ajax.js +++ b/js/ajax.js @@ -25,4 +25,4 @@ if(loc.indexOf('#')!=-1){ dir=loc.substring(loc.indexOf('#')+1); } -OC_onload.add(new function(){OC_FILES.showbrowser(dir)});
\ No newline at end of file +OC_onload.add(new function(){OC_FILES.browser.show(dir)});
\ No newline at end of file |