From bc6aca7a56393792c3b184ceb74b75b51c44d8d4 Mon Sep 17 00:00:00 2001 From: Sanj Date: Mon, 27 Jun 2011 01:23:44 +0530 Subject: [PATCH] fixed RIL highlight bug --- radia.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/radia.js b/radia.js index a604c8f..11dad37 100644 --- a/radia.js +++ b/radia.js @@ -109,6 +109,9 @@ $(function() { }); function getPostersHTML(padma_ids) { + if (typeof(padma_ids) === 'undefined') { + return ''; + } var limit = 0; //limit is the no of posters to show minus one var html = ''; for (var i=0; i