1
0
Fork 0
mirror of https://github.com/qurator-spk/neat.git synced 2025-07-01 06:29:54 +02:00

open facsimile snippet onmouseover

This commit is contained in:
cneud 2019-11-07 15:48:09 +01:00
parent fffccd5bb3
commit c488b94fe3

View file

@ -423,7 +423,7 @@ function setupInterface(data, file, urls) {
if (nRow >= endIndex) return;
var row = $("<tr/>");
row.append($('<td> <button class="btn btn-link btn-xs py-0 offset">' +
row.append($('<td> <button class="btn btn-link btn-xs py-0 offset" onmouseover="click();">' +
nRow + '</button> </td>'));
$.each(el,