mirror of
https://gitee.com/kekingcn/file-online-preview.git
synced 2025-04-05 17:37:49 +08:00
commit
b7ed284ae9
@ -107,6 +107,7 @@ if (scale && (scale == "width" || Number(scale))) {
|
||||
}
|
||||
|
||||
var file = this.getQueryVariable("file");
|
||||
file = decodeURIComponent(file);
|
||||
if (file) this.loadOfdFile(file);
|
||||
|
||||
if (scale && (scale == "width" || Number(scale))) {
|
||||
|
Loading…
Reference in New Issue
Block a user