From 557038c9d86ccf1ba2108902d2af46c85bf982a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20de=20Sousa?= Date: Wed, 10 Sep 2014 11:36:09 +0200 Subject: [PATCH] Fixes #156. --- app/views/mod_configs/_show_associated_parameters_table.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/mod_configs/_show_associated_parameters_table.erb b/app/views/mod_configs/_show_associated_parameters_table.erb index 8eba4803..d37b942d 100644 --- a/app/views/mod_configs/_show_associated_parameters_table.erb +++ b/app/views/mod_configs/_show_associated_parameters_table.erb @@ -137,7 +137,7 @@ { if(item.abstract.length > 50) { - var key = modeName + i; + var key = item.identifier + i; cell.append("
" + item.abstract.substring(0,50) + "...  " +