Skip to content

Commit

Permalink
Build: (2665257) Smash to default (#23)
Browse files Browse the repository at this point in the history
* add smash option

* add stash to default actions
  • Loading branch information
Malibu-Stacey committed Dec 16, 2024
1 parent b71bb2c commit b30338c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/keeping-tabs/keeping-tabs.js
Original file line number Diff line number Diff line change
Expand Up @@ -3545,7 +3545,7 @@ function main_arrayLikeToArray(arr, len) { if (len == null || len > arr.length)


var HIGHLIGHT = (0,external_kolmafia_namespaceObject.isDarkMode)() ? "yellow" : "blue";
var DEFAULT_ACTIONS = "closet use coinmaster mall autosell display sell kmail fuel collection low";
var DEFAULT_ACTIONS = "closet use smash coinmaster mall autosell display sell kmail fuel collection low";
function items(tabId, type) {
var tab = visitUrl("".concat(type, ".php?which=f").concat(tabId));
var regexp = /ic(\d+)/g;
Expand Down

0 comments on commit b30338c

Please sign in to comment.