299
edits
No edit summary |
No edit summary |
||
Line 990: | Line 990: | ||
function unique(){ | function unique(){ | ||
if (typeof getAllUrlParams().title !== 'undefined'){ | if (typeof getAllUrlParams().title !== 'undefined'){ | ||
if (getAllUrlParams().title.length >0 | if (getAllUrlParams().title.length >0 ){ | ||
for (i=0;i<zooData.length;i++){ | for (i=0;i<zooData.length;i++){ | ||
if ( typeof zooData[i].uri !== 'undefined'){ | if ( typeof zooData[i].uri !== 'undefined'){ |
edits