From 8b510db2c2c9f955f5be80b5988c1cdf59c228e9 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Thu, 2 Jul 2020 23:44:47 +0100 Subject: [PATCH] Tweaking comments --- assets/js/icecoder.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/js/icecoder.js b/assets/js/icecoder.js index 7598054..d682abe 100644 --- a/assets/js/icecoder.js +++ b/assets/js/icecoder.js @@ -4076,8 +4076,8 @@ var ICEcoder = { get('tab'+i).style.background = i === selectedTab ? this.colorCurrentBG : this.colorOpenBG; } - // Now we can set about clearing the current coloring of dirs/files in the file manager - // First we clear the highlighing, then highlight the open diirs/files, then highlight the current + // Now we can set about setting the coloring of dirs/files in the file manager + // First we clear the highlighing, then highlight the open dirs/files, then highlight the current // file that's open as a tab (overides open highlighting) and finally highlight all of the // user selected dirs/files (overrides previous highlighting too)