Quote:
Originally Posted by kartu
Are you sure that this number is not used for next/previous navigation?
|
I guess I didn't read the code far enough, the lineNo is used indeed.
The way it should work is that the resulting string gets cut into lineNo, term and definition and that the inputLine is set to term and the textfield below to the definition, but instead the textfield has the whole result string and the inputLine everything except the lineNo.
My guess is that this happens because the variable termIdx is never set, but my JavascriptFu is too weak to debug this