fixed RIL highlight bug
This commit is contained in:
parent
9376e76d69
commit
bc6aca7a56
3
radia.js
3
radia.js
|
@ -109,6 +109,9 @@ $(function() {
|
||||||
});
|
});
|
||||||
|
|
||||||
function getPostersHTML(padma_ids) {
|
function getPostersHTML(padma_ids) {
|
||||||
|
if (typeof(padma_ids) === 'undefined') {
|
||||||
|
return '';
|
||||||
|
}
|
||||||
var limit = 0; //limit is the no of posters to show minus one
|
var limit = 0; //limit is the no of posters to show minus one
|
||||||
var html = '';
|
var html = '';
|
||||||
for (var i=0; i<padma_ids.length; i++) {
|
for (var i=0; i<padma_ids.length; i++) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user