Index script error

This forum is for all Flare issues not related to any of the other categories.
Post Reply
sdarnowsky
Jr. Propeller Head
Posts: 2
Joined: Mon Dec 15, 2014 8:52 am

Index script error

Post by sdarnowsky »

I've recently begun encountering a script error when I type a word to search for a term in my index. I believe this was working properly before (jumping to the term), but now I get an undefined node script error, and the index does not jump to the specified term. How did I break this?
You do not have the required permissions to view the files attached to this post.
kwag_myers
Propellus Maximus
Posts: 810
Joined: Wed Jul 25, 2012 11:36 am
Location: Ann Arbor, MI

Re: Index script error

Post by kwag_myers »

I can't really answer the question, but since no one has responded I'd suggest making a backup copy of the plugins.min.js file and then copying the file from another project; ...\HTML5\Output\WebHelp\Resources\Scripts. Looking at the code, I don't see anything that is project specific, so I'm guessing the script is generic.

For what it's worth, Line 92, Character 3135 is the start of an IF statement:

Code: Select all

if (aParentNode.childNodes[elIdx].nodeType == Node.ELEMENT_NODE) { fragmented = false;...
I don't know enough about JavaScript to even begin to understand what it's doing.
"I'm tryin' to think, but nothin' happens!" - Curly Joe Howard
Post Reply