QUOTE(Superlatanium @ Apr 9 2017, 00:47)
1. What do you mean "stopped working"? Do the buttons in inventory not show up, or do they not open a new window, or what?
2. Are there any javascript errors? (open javascript console with control-shift-J)
The buttons do not appear at all, it's as if I didn't even have the script. There indeed seems to be a wall of error lines on console, however I cannot really figure how to sort it out.
Syntax error @ "Income Summary"!
##########################
JSHINT output:
script: (W079) Redefinition of 'name' on line: 65 at character: 10
script: (W043) Bad escaping of EOL. Use option multistr if needed on line: 123 at character: 95
script: (W043) Bad escaping of EOL. Use option multistr if needed on line: 124 at character: 43
script: (W043) Bad escaping of EOL. Use option multistr if needed on line: 125 at character: 37
script: (W043) Bad escaping of EOL. Use option multistr if needed on line: 126 at character: 60
script: (W043) Bad escaping of EOL. Use option multistr if needed on line: 127 at character: 36
script: (W043) Bad escaping of EOL. Use option multistr if needed on line: 128 at character: 31
script: (W043) Bad escaping of EOL. Use option multistr if needed on line: 129 at character: 22
script: (W043) Bad escaping of EOL. Use option multistr if needed on line: 130 at character: 39
script: (W043) Bad escaping of EOL. Use option multistr if needed on line: 131 at character: 49
script: (W043) Bad escaping of EOL. Use option multistr if needed on line: 132 at character: 63
script: (W043) Bad escaping of EOL. Use option multistr if needed on line: 133 at character: 109
script: (W043) Bad escaping of EOL. Use option multistr if needed on line: 134 at character: 29
script: (W004) 'name' is already defined on line: 192 at character: 11
script: (W004) 'name' is already defined on line: 194 at character: 11
script: (W004) 'quantity' is already defined on line: 200 at character: 9
script: (W004) 'price' is already defined on line: 201 at character: 9
script: (W004) 'thisRevenue' is already defined on line: 202 at character: 9
script: (W004) 'name' is already defined on line: 206 at character: 12
script: (W004) 'quantity' is already defined on line: 209 at character: 9
script: (W004) 'price' is already defined on line: 210 at character: 9
script: (W004) 'thisRevenue' is already defined on line: 211 at character: 9
script: (W004) 'logDivHtml' is already defined on line: 366 at character: 7
script: (W008) A leading decimal point can be confused with a dot: '.375' on line: 509 at character: 51
script: (E006) Unexpected early end of program on line: 560 at character: 5
script: (E041) Unrecoverable syntax error. (100% scanned) on line: 561 at character: 1
##########################