fixed RIL highlight bug

This commit is contained in:
Sanj 2011-06-27 01:23:44 +05:30
parent 9376e76d69
commit bc6aca7a56

View File

@ -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<padma_ids.length; i++) {