nodejs, java, php, csharp, csharp-mvc, python, ruby: bugfix window conversion

This commit is contained in:
Alexandr Fedorov
2021-04-16 10:38:26 +03:00
parent 0dcdad7dad
commit 5dedcedb60
7 changed files with 7 additions and 0 deletions

View File

@ -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;
}