From 531cba5ce53b85ad6ffae73f1f91580feb9f3101 Mon Sep 17 00:00:00 2001 From: rabuzarus Date: Wed, 10 Aug 2016 13:33:49 +0200 Subject: [PATCH] frio: fix - I used the wrong variable --- view/theme/frio/js/theme.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/theme/frio/js/theme.js b/view/theme/frio/js/theme.js index 27f2c93a79..f153fc33ff 100644 --- a/view/theme/frio/js/theme.js +++ b/view/theme/frio/js/theme.js @@ -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