From 7f1529a48acafe5efa331b6ba987240d9b28b138 Mon Sep 17 00:00:00 2001
From: juanf <juanf>
Date: Wed, 20 Aug 2014 08:34:15 +0000
Subject: [PATCH] SSDM-344 : New Free Form Table structure (ongoing work).

SVN: 32255
---
 .../html/js/views/SampleForm/widgets/FreeFormTableView.js        | 1 -
 1 file changed, 1 deletion(-)

diff --git a/plasmid/source/core-plugins/newbrowser/1/as/webapps/newbrowser/html/js/views/SampleForm/widgets/FreeFormTableView.js b/plasmid/source/core-plugins/newbrowser/1/as/webapps/newbrowser/html/js/views/SampleForm/widgets/FreeFormTableView.js
index 4aeb7d153ed..a38201f4c8d 100644
--- a/plasmid/source/core-plugins/newbrowser/1/as/webapps/newbrowser/html/js/views/SampleForm/widgets/FreeFormTableView.js
+++ b/plasmid/source/core-plugins/newbrowser/1/as/webapps/newbrowser/html/js/views/SampleForm/widgets/FreeFormTableView.js
@@ -163,7 +163,6 @@ function FreeFormTableView(freeFormTableController, freeFormTableModel) {
 			var $toolBar = $("<span>", { 'style' : 'margin-left:150px;' });
 			
 			var $toolBarBtnUcsv = FormUtil.getButtonWithText('Imp. CSV' ,null).attr('title', 'Import from CSV').tooltipster();
-			
 			var $toolBarBtnDcsv = FormUtil.getButtonWithText('Exp. CSV' ,null).attr('title', 'Export to CSV').tooltipster();
 			
 			var $toolBarBtnTACL = FormUtil.getButtonWithImage('./img/table-add-column-left.png' ,null).attr('title', 'Add Column on the left.').tooltipster();
-- 
GitLab