A Neptunia Character Sorter
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'master' of https://github.com/execfera/charasort

+6 -2
+1
.nojekyll
··· 1 +
+3
README.md
··· 17 17 which is a character sorter dedicated to the 18 18 [Touhou Project](https://en.wikipedia.org/wiki/Touhou_Project) game series. 19 19 20 + ## Related Sorters 21 + Several others have created other sorters based on other concepts and series, see them [here](https://github.com/execfera/charasort/wiki)! 22 + 20 23 ## Creating Your Own Sorter 21 24 This is a list of things you need to change for your sorter, for each file. 22 25
+2 -2
src/js/main.js
··· 580 580 function clearProgress() { 581 581 storedSaveType = ''; 582 582 583 - localStorage.removeItem(`${sorterName}_saveData`); 584 - localStorage.removeItem(`${sorterName}_saveType`); 583 + localStorage.removeItem(`${sorterURL}_saveData`); 584 + localStorage.removeItem(`${sorterURL}_saveType`); 585 585 586 586 document.querySelectorAll('.starting.start.button').forEach(el => el.style['grid-row'] = 'span 6'); 587 587 document.querySelectorAll('.starting.load.button').forEach(el => el.style.display = 'none');