Skip to content

Commit 81c5eba

Browse files
authored
Add files via upload
1 parent 2bf1af1 commit 81c5eba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DIM - Auto Ghost Switcher.user.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ const INTERVAL = 10; // seconds, time between checking current in-game status
126126
if (!aoe) { continue; }
127127

128128
var equip = () => doubleClick(item);
129-
var name = item.title.trim().replace(/(\r\n\t|\n|\r\t)/gm,"");;
129+
var name = item.title.trim().replace(/(\r\n\t|\n|\r\t)/gm, " ");;
130130
var node = item;
131131
var ghost = { equip, aoe, name, ghost };
132132
ghosts[aoe] = ghosts[aoe] || ghost; // keep first, assuming best is first

0 commit comments

Comments
 (0)