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
|
// Scroll to a specific item and highlight it
|
||||||
// Note: jquery.color.js is needed
|
// Note: jquery.color.js is needed
|
||||||
function scrollToItem(itemID) {
|
function scrollToItem(itemID) {
|
||||||
if( typeof searchValue === "undefined")
|
if( typeof itemID === "undefined")
|
||||||
return;
|
return;
|
||||||
|
|
||||||
// Define the colors which are used for highlighting
|
// Define the colors which are used for highlighting
|
||||||
|
|
Loading…
Reference in a new issue