decode filename for scrollto

This commit is contained in:
Jörn Friedrich Dreyer 2013-09-19 16:14:37 +02:00
parent b03755c0ec
commit 9b63f945e3

View file

@ -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'));