general index fix #541
This commit is contained in:
@@ -557,7 +557,8 @@
|
||||
|
||||
function initAudioLinksHover(){
|
||||
console.log("initAudioLinksHover()");
|
||||
_$row.find('*:not(.node--view-mode-docsindex) a.audio-link')
|
||||
_$row.find('a.audio-link')
|
||||
.not('article.node--view-mode-docsindex a.audio-link')
|
||||
.on('mouseover', function(event) {
|
||||
event.preventDefault();
|
||||
if(_corpus_ready){
|
||||
|
||||
Reference in New Issue
Block a user