@ -17,7 +17,7 @@ writePageTitle(".writePageTitle", true, " - "); //write title of page. true/fals
writePageClickable(".writePageClickable",true);//show the current page. to toggle whether pages can be clicked to move to the next one, set this to true or false.
writePageClickable(".writePageClickable",true);//show the current page. to toggle whether pages can be clicked to move to the next one, set this to true or false.
writeAuthorNotes(".writeAuthorNotes");
/* writeAuthorNotes(".writeAuthorNotes"); */
keyNav();//enables navigation through the comic with the arrow keys and WSAD. It doesn't need a div with a class name, it automatically works. delete or comment out (add // at the beginning) here to disable.
keyNav();//enables navigation through the comic with the arrow keys and WSAD. It doesn't need a div with a class name, it automatically works. delete or comment out (add // at the beginning) here to disable.
@ -47,11 +47,11 @@ function writePageTitle(div,toggleNum, char) {