Rename filename -> title

This commit is contained in:
Pranav Kant 2016-04-01 21:32:28 +05:30
parent 0ab25bcfbc
commit c25de38ef5

View File

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