mirror of
https://github.com/qurator-spk/neat.git
synced 2025-07-27 10:59: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;
|
if (nRow >= endIndex) return;
|
||||||
|
|
||||||
var row = $("<tr/>");
|
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>'));
|
nRow + '</button> </td>'));
|
||||||
|
|
||||||
$.each(el,
|
$.each(el,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue