From 3fa99842fd0e781ceb3658246510cec36658e2d6 Mon Sep 17 00:00:00 2001 From: mattpass Date: Mon, 22 Jun 2020 17:34:49 +0100 Subject: [PATCH] Will be Content as fallback --- assets/js/icecoder.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/js/icecoder.js b/assets/js/icecoder.js index b15cbdd..08d0568 100644 --- a/assets/js/icecoder.js +++ b/assets/js/icecoder.js @@ -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 =