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:
parent
fffccd5bb3
commit
c488b94fe3
1 changed files with 1 additions and 1 deletions
2
neath.js
2
neath.js
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue