`command.js` not found on server (case sensitivity bug)
Closed this issue · 0 comments
tarmstrong commented
I'm not sure how I'm just noticing this now, but command.js
got renamed to Command.js
in 16694e6 . This problem doesn't surface in Windows (because of filename case insensitivity) but on other platforms it prevents the merge arrow buttons from working.
I fixed this in 34f0dc7 -- this issue is just for our records.