mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
decode filename for scrollto
This commit is contained in:
parent
b03755c0ec
commit
9b63f945e3
1 changed files with 1 additions and 1 deletions
|
|
@ -284,7 +284,7 @@
|
|||
$('#webdavurl').select();
|
||||
});
|
||||
|
||||
//scroll to and highlight preselected file
|
||||
//FIXME scroll to and highlight preselected file
|
||||
/*
|
||||
if (getURLParameter('scrollto')) {
|
||||
FileList.scrollTo(getURLParameter('scrollto'));
|
||||
|
|
|
|||
Loading…
Reference in a new issue