Commit 1aa79ba3734ef1ba5214e973d19a652664380941
1 parent
8c3d9216
fix jqgrid jscolor CSS class
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
view/view_table_renderer.anubis
| ... | ... | @@ -445,7 +445,7 @@ url:'?aws_controller=hk_c&aws_action=grid_view&table_name="+rows.table_name+"&vi |
| 445 | 445 | return color_container; |
| 446 | 446 | } |
| 447 | 447 | function unformatColor(cellValue, options, cellObject) { |
| 448 | - return $(cellObject).find('.jscolor').data('color'); | |
| 448 | + return $(cellObject).find('.hk_jscolor').data('color'); | |
| 449 | 449 | } |
| 450 | 450 | function formatPhone(cellValue, options, rowObject) { |
| 451 | 451 | var phoneInput = '<span class=\"hk_phone_call\"><img data-phone-number=\"'+cellValue+'\" src=\\\"/icons/16x16/phone.png\\\" onclick=\"hk_phone_call(this);\">' + cellValue + '</span>'; | ... | ... |