We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5274bc commit 245126dCopy full SHA for 245126d
index.html
@@ -322,7 +322,7 @@
322
}
323
if (location.hash) {
324
$(location.hash).click()
325
- $("#series").val(location.hash.substring(1).rsplit("_", 1)).change()
+ $("#series").val(location.hash.substring(1).replace("abaddon1_", "").rsplit("_", 1)).change()
326
327
$("#custom").change(function () {
328
var file = this.files[0]
0 commit comments