From 7c88f3e0aae6c6eff3df78dc99b6fe66464c53d1 Mon Sep 17 00:00:00 2001 From: zmagod Date: Thu, 15 Dec 2016 15:50:07 +0100 Subject: [PATCH] fixed empty name error --- app/assets/javascripts/samples/sample_datatable.js.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/samples/sample_datatable.js.erb b/app/assets/javascripts/samples/sample_datatable.js.erb index 445e778aa..f1d6a2200 100644 --- a/app/assets/javascripts/samples/sample_datatable.js.erb +++ b/app/assets/javascripts/samples/sample_datatable.js.erb @@ -953,7 +953,7 @@ function changeToEditMode() { ' ' + '' + '' + - ''; + '
'; dropdownList.append(html); } });