From 1aa79ba3734ef1ba5214e973d19a652664380941 Mon Sep 17 00:00:00 2001 From: Julien Verneuil Date: Wed, 20 Sep 2017 13:47:57 +0200 Subject: [PATCH] fix jqgrid jscolor CSS class --- view/view_table_renderer.anubis | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/view_table_renderer.anubis b/view/view_table_renderer.anubis index 324372b..f0e84a4 100644 --- a/view/view_table_renderer.anubis +++ b/view/view_table_renderer.anubis @@ -445,7 +445,7 @@ url:'?aws_controller=hk_c&aws_action=grid_view&table_name="+rows.table_name+"&vi return color_container; } function unformatColor(cellValue, options, cellObject) { - return $(cellObject).find('.jscolor').data('color'); + return $(cellObject).find('.hk_jscolor').data('color'); } function formatPhone(cellValue, options, rowObject) { var phoneInput = '' + cellValue + ''; -- libgit2 0.21.4