mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Remove x2t from repo and use the one installed by install-onlyoffice.sh instead
This commit is contained in:
parent
79d7529caf
commit
5bf65cfbdb
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@ -65,7 +65,7 @@ define([
|
||||
};
|
||||
var getX2T = function (cb) {
|
||||
// Perform the x2t conversion
|
||||
require(['/common/onlyoffice/x2t/x2t.js'], function() { // FIXME why does this fail without an access-control-allow-origin header?
|
||||
require(['/common/onlyoffice/dist/x2t/x2t.js'], function() { // FIXME why does this fail without an access-control-allow-origin header?
|
||||
var x2t = window.Module;
|
||||
if (x2tInitialized) {
|
||||
debug("x2t runtime already initialized");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user