Merge branch 'oo' of github.com:xwiki-labs/cryptpad into oo

This commit is contained in:
ansuz 2018-05-14 14:02:24 +02:00
commit 34417b5e9f

View file

@ -70,7 +70,7 @@ define([
break;
case 'ooslide':
file.type = 'pptx';
file.title = titl + '.pptx' || 'presentation.pptx';
file.title = title + '.pptx' || 'presentation.pptx';
file.doc = 'presentation';
break;
}