[Lada-commits] [PATCH 2 of 2] Fixed path to image

Wald Commits scm-commit at wald.intevation.org
Fri Jul 10 18:53:02 CEST 2015


# HG changeset patch
# User Raimund Renkert <rrenkert at intevation.de>
# Date 1436547174 -7200
# Node ID b90e29b22ea62f1eaa83ae274d1913f42b64bec3
# Parent  7b584954b28881e6f46bba0e4760f96d7b185ff9
Fixed path to image.

diff -r 7b584954b288 -r b90e29b22ea6 app/view/grid/FilterResult.js
--- a/app/view/grid/FilterResult.js	Fri Jul 10 18:52:35 2015 +0200
+++ b/app/view/grid/FilterResult.js	Fri Jul 10 18:52:54 2015 +0200
@@ -166,7 +166,7 @@
                 sortable: false,
                 width: 30,
                 items: [{
-                    icon: '/resources/img/edit-delete.png',
+                    icon: 'resources/img/edit-delete.png',
                     tooltip: 'Löschen',
                     isDisabled: function(grid, rowIndex, colIndex) {
                         var rec = grid.getStore().getAt(rowIndex);


More information about the Lada-commits mailing list