Skip to content

Commit 245126d

Browse files
committed
fix singular shard hash
1 parent b5274bc commit 245126d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@
322322
}
323323
if (location.hash) {
324324
$(location.hash).click()
325-
$("#series").val(location.hash.substring(1).rsplit("_", 1)).change()
325+
$("#series").val(location.hash.substring(1).replace("abaddon1_", "").rsplit("_", 1)).change()
326326
}
327327
$("#custom").change(function () {
328328
var file = this.files[0]

0 commit comments

Comments
 (0)