mirror of
https://github.com/BorysLevytskyi/BitwiseCmd.git
synced 2026-01-15 08:22:37 +01:00
change list of starup commands
This commit is contained in:
@@ -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"];
|
||||
|
||||
Reference in New Issue
Block a user