mirror of
https://github.com/ONLYOFFICE/document-server-integration.git
synced 2026-04-07 14:06:11 +08:00
refactor(ruby): change formats retrieval method on frontend
This commit is contained in:
@ -329,9 +329,6 @@
|
||||
<%= javascript_include_tag "application" %>
|
||||
|
||||
<script language="javascript" type="text/javascript">
|
||||
var FillExtList = '<%= DocumentHelper.fill_forms_exts.join"," %>';
|
||||
var ConvertExtList = '<%= DocumentHelper.convert_exts.join(",") %>';
|
||||
var EditedExtList = '<%= DocumentHelper.edited_exts.join(",") %>';
|
||||
var UrlConverter = '<%= convert_path %>';
|
||||
var UrlEditor = '<%= editor_path %>';
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user