Skip to content

Commit 6ae579e

Browse files
committed
(.)) => •
1 parent 96a2367 commit 6ae579e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool/ss/printer-queue.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const addToQueue = () =>{
3131
Object.keys(domObjects).forEach(key=>{
3232
tmp[key]=domObjects[key].value()
3333
})
34-
tmp.title="(.)) "+tmp.title;
34+
tmp.title=" "+tmp.title;
3535
queue.push(tmp);
3636
updateUIqueue();
3737
},

0 commit comments

Comments
 (0)