mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-04-18 19:59:30 +03:00
Forgot image...
This commit is contained in:
parent
d0a0803e09
commit
b2b6affa90
1 changed files with 1 additions and 1 deletions
|
@ -354,7 +354,7 @@ $(document).ready(function () {
|
|||
edit: false,
|
||||
create: false,
|
||||
display: function (zone) {
|
||||
var $img = $('<img class="list" src="jtable/lib/themes/metro/list.png" title="Records" />');
|
||||
var $img = $('<img class="list" src="img/list.png" title="Records" />');
|
||||
$img.click(function () {
|
||||
$('#MasterZones').jtable('openChildTable',
|
||||
$img.closest('tr'), {
|
||||
|
|
Loading…
Add table
Reference in a new issue