fixed RIL highlight bug
This commit is contained in:
parent
9376e76d69
commit
bc6aca7a56
1 changed files with 3 additions and 0 deletions
3
radia.js
3
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<padma_ids.length; i++) {
|
||||
|
|
Loading…
Add table
Reference in a new issue