From ab165eaf3ee8c84dd855e1a21cd7a2dcef88f737 Mon Sep 17 00:00:00 2001 From: James Campos Date: Fri, 11 Mar 2011 00:20:37 -0800 Subject: [PATCH] compile w/ updated cs --- 4chan_x.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/4chan_x.js b/4chan_x.js index 00dd23387..44604a00e 100644 --- a/4chan_x.js +++ b/4chan_x.js @@ -616,7 +616,7 @@ switch (imageType) { case 'full': image.removeAttribute('style'); - return; + break; case 'fit width': if (iw > cw) { image.style.width = '100%'; @@ -690,6 +690,7 @@ window.scrollTo(0, 0); return location.hash = ''; } + break; case "I": if (g.REPLY) { if (!(qrLink = $('td.replyhl span[id] a:not(:first-child)'))) { @@ -706,6 +707,7 @@ } else { return quickReply(qrLink, qrText(qrLink)); } + break; case "J": if (e.shiftKey) { if (!g.REPLY) { @@ -776,6 +778,7 @@ } return imageToggle(image); } + break; case "N": sign = e.shiftKey ? -1 : 1; return scrollThread(sign); @@ -786,6 +789,7 @@ } else { return GM_openInTab(href); } + break; case "U": return updateNow(); case "W":