mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
changed case on variable to match initial case
Signed-off-by: imsolost <imsolost@gmail.com>
This commit is contained in:
parent
3e37620cc2
commit
5742ec79ab
1 changed files with 1 additions and 1 deletions
|
|
@ -2058,7 +2058,7 @@
|
|||
}
|
||||
|
||||
previewURL = self.generatePreviewUrl(urlSpec);
|
||||
previewUrl = previewUrl.replace(/\(/g, '%28').replace(/\)/g, '%29');
|
||||
previewURL = previewURL.replace(/\(/g, '%28').replace(/\)/g, '%29');
|
||||
|
||||
// preload image to prevent delay
|
||||
// this will make the browser cache the image
|
||||
|
|
|
|||
Loading…
Reference in a new issue