I hear ya. Sometimes doing it yourself if half the fun. There still are additional locations you did not catch.
Thanks. I didn't search the code. I just fixed problems till I stopped having them. Not surprised I missed something. There were functions of the combinator I actually didn't even realize existed till these issues popped up but which I'm really glad I found.
Also, it probably doesn't make as much sense to do a call to "tostring" when you have a literal.
For instance, Line 556 should be: window.ltn.entries["ltn-network-id"].element.text = "-1"
Good point. I don't know about "should be" (they both result in a number stored as a text string instead of a number) but it's certainly simpler and cleaner code, which I'm all for. Just hadn't thought about it being something that could be directly expressed as a such. That also means line 565 should be able to do the same thing actually.
The missing lines that need to be addressed are:
158
564 is the incorrect line, this change is for line 565 (Yep you're right, I had that written down wrong in my notes.)
733
751
781
Again, thanks. A couple of those were already listed in the post I quoted so I didn't list them again, but I'll go in and make the rest of the changes to my copy so I don't run into any unforeseen issues.