mirror of https://github.com/xwiki-labs/cryptpad
defer some more minor issues till 4.11.0
This commit is contained in:
parent
09f0b8f61e
commit
47067b020b
|
@ -1939,7 +1939,7 @@ define([
|
|||
var text = getContent();
|
||||
var suggestion = Title.suggestTitle(Title.defaultTitle);
|
||||
var ext = ['.xlsx', '.ods', '.bin',
|
||||
//'.csv', // XXX
|
||||
//'.csv', // XXX 4.11.0
|
||||
'.pdf'];
|
||||
var type = common.getMetadataMgr().getPrivateData().ooType;
|
||||
var warning = '';
|
||||
|
|
|
@ -921,7 +921,7 @@ define([
|
|||
});
|
||||
|
||||
ctx.sframeChan.on('EV_WORKER_TIMEOUT', function () {
|
||||
UI.errorLoadingScreen(Messages.timeoutError, false, function () { // XXX mobile users can't necessarily hit 'ESC' as this message suggests. provice a click option
|
||||
UI.errorLoadingScreen(Messages.timeoutError, false, function () { // XXX 4.11.0 mobile users can't necessarily hit 'ESC' as this message suggests. provice a click option
|
||||
funcs.gotoURL('');
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue