Rename filename -> title
This commit is contained in:
parent
0ab25bcfbc
commit
c25de38ef5
@ -199,7 +199,7 @@ var documentsMain = {
|
|||||||
var viewer = urlsrc +
|
var viewer = urlsrc +
|
||||||
'WOPISrc=' + encodeURIComponent(documentsMain.url) +
|
'WOPISrc=' + encodeURIComponent(documentsMain.url) +
|
||||||
'&host=' + $('#wopi-url').val() +
|
'&host=' + $('#wopi-url').val() +
|
||||||
'&filename=' + title +
|
'&title=' + title +
|
||||||
'&permission=' + 'view' +
|
'&permission=' + 'view' +
|
||||||
'×tamp=' + '' +
|
'×tamp=' + '' +
|
||||||
'&closebutton=1';
|
'&closebutton=1';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user