From 09a0ed1ca438620ce343934749d18488aa509d49 Mon Sep 17 00:00:00 2001 From: boryslevytskyi Date: Sat, 27 May 2017 14:11:48 +0300 Subject: [PATCH] change list of starup commands --- src/app/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/index.jsx b/src/app/index.jsx index 294df9f..2d50a84 100644 --- a/src/app/index.jsx +++ b/src/app/index.jsx @@ -41,7 +41,7 @@ function setupLogger() { function executeStartupCommands() { var hashArgs = hash.getArgs(window.location.hash); - var startupCommands = ['help', '1|2&6','1<<0x2a','2 4 8 16 32']; + var startupCommands = ['help', '1|2&6','1 2 4 8 16 32 0b1000000 0x80']; if(appState.wasOldVersion) { startupCommands = ["whatsnew"];