Will be Content as fallback

This commit is contained in:
mattpass
2020-06-22 17:34:49 +01:00
parent e0caeb4cc8
commit 3fa99842fd

View File

@@ -1440,7 +1440,7 @@ var ICEcoder = {
else if ("Unknown" === caretLocType) {caretLocType = "Content";}
fileName = this.openFiles[this.selectedTab - 1];
if ("Unknown" === caretLocType && fileName) {
if ("Content" === caretLocType && fileName) {
fileExt = fileName.split(".");
fileExt = fileExt[fileExt.length - 1];
caretLocType =