From 018cdb906f005ff7276e096d2b4081ea909dc769 Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Tue, 26 Apr 2016 08:02:00 +0100 Subject: Help dialog; consistent ordering of commands. It reads weird on the helpd dialog if we don't put the full-page and half-page commands in a similar order. --- background_scripts/commands.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/background_scripts/commands.coffee b/background_scripts/commands.coffee index 184f3bb0..0905daee 100644 --- a/background_scripts/commands.coffee +++ b/background_scripts/commands.coffee @@ -122,8 +122,8 @@ Commands = "scrollToBottom", "scrollPageDown", "scrollPageUp", - "scrollFullPageUp", "scrollFullPageDown", + "scrollFullPageUp", "scrollLeft", "scrollRight", "scrollToLeft", -- cgit v1.2.3