From 0ad6893bdf1351b86f51f65ae628a65ed014f2a5 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Tue, 12 Mar 2019 17:12:39 -0700 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9Aadd=20missing=20semicolon=20(#2150)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 'sh_main.js' uses semicolons everywhere except in one line, so add the missing semicolon. --- static/legacy/sh_main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/legacy/sh_main.js b/static/legacy/sh_main.js index fa9d8efd26fbf..be1fbfffce399 100644 --- a/static/legacy/sh_main.js +++ b/static/legacy/sh_main.js @@ -520,7 +520,7 @@ function highlight(prefix, suffix, tag) { for (var j = 0; j < htmlClasses.length; j++) { var htmlClass = htmlClasses[j].toLowerCase(); if (htmlClass === 'sh_none') { - donthighlight = true + donthighlight = true; continue; } if (htmlClass.substr(0, 3) === 'sh_') {