Rename filename -> title

pull/1/head
Pranav Kant 8 years ago
parent 0ab25bcfbc
commit c25de38ef5

@ -199,7 +199,7 @@ var documentsMain = {
var viewer = urlsrc +
'WOPISrc=' + encodeURIComponent(documentsMain.url) +
'&host=' + $('#wopi-url').val() +
'&filename=' + title +
'&title=' + title +
'&permission=' + 'view' +
'&timestamp=' + '' +
'&closebutton=1';

Loading…
Cancel
Save