Merge pull request #341 from ONLYOFFICE/feature/load

[all] Move
This commit is contained in:
Alexander Trofimov 2020-02-18 17:17:59 +03:00 committed by GitHub
commit 3d73ac4c48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@
var editor = new Asc.asc_docs_api({ var editor = new Asc.asc_docs_api({
'id-view' : 'editor_sdk' 'id-view' : 'editor_sdk'
}); });
editor.LoadFontsFromServer(); editor.asc_loadFontsFromServer();
</script> </script>
</body> </body>
</html> </html>