mirror of
https://github.com/ONLYOFFICE/document-server-integration.git
synced 2026-04-07 14:06:11 +08:00
nodejs, java, php, csharp, csharp-mvc, python, ruby: bugfix window conversion
This commit is contained in:
@ -86,6 +86,7 @@ if (typeof jQuery != "undefined") {
|
||||
posExt = 0 <= posExt ? fileName.substring(posExt).trim().toLowerCase() : '';
|
||||
|
||||
if (ConverExtList.indexOf(posExt) == -1) {
|
||||
jq("#step2").addClass("done").removeClass("current");
|
||||
loadScripts();
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user