frio: fix - I used the wrong variable
This commit is contained in:
parent
7e65d84577
commit
531cba5ce5
|
@ -546,7 +546,7 @@ String.prototype.rtrim = function() {
|
|||
// Scroll to a specific item and highlight it
|
||||
// Note: jquery.color.js is needed
|
||||
function scrollToItem(itemID) {
|
||||
if( typeof searchValue === "undefined")
|
||||
if( typeof itemID === "undefined")
|
||||
return;
|
||||
|
||||
// Define the colors which are used for highlighting
|
||||
|
|
Loading…
Reference in a new issue