diff --git a/client/app/controllers/clientController.js b/client/app/controllers/clientController.js index c76806e6..747189f9 100755 --- a/client/app/controllers/clientController.js +++ b/client/app/controllers/clientController.js @@ -283,9 +283,9 @@ define(['jquery', 'controllers/tableController', 'controllers/jiffController', ' data_submission[tables_data[i].name] = tables_data[i].data; } - if (document.getElementById('choose-file').files.length > 0) { + /*if (document.getElementById('choose-file').files.length > 0) { usabilityController.dataPrefilled(); - } + }*/ data_submission['usability'] = usabilityController.analytics; diff --git a/client/app/views/clientView.js b/client/app/views/clientView.js index cafaef35..680d80ac 100755 --- a/client/app/views/clientView.js +++ b/client/app/views/clientView.js @@ -142,8 +142,8 @@ define(['jquery', 'controllers/clientController', 'controllers/tableController', } }; - var _target = document.getElementById('drop-area'); - var _choose = document.getElementById('choose-file-button'); + //var _target = document.getElementById('drop-area'); + //var _choose = document.getElementById('choose-file-button'); var spinner; var _workstart = function () { spinner = new Spinner().spin(_target); @@ -202,17 +202,17 @@ define(['jquery', 'controllers/clientController', 'controllers/tableController', calculateSize(); }; - DropSheet({ + /*DropSheet({ drop: _target, choose: _choose, tables: tables, tables_def: table_template, on: {workstart: _workstart, workend: _workend, sheet: _onsheet}, errors: {badfile: _badfile, pending: _pending, failed: _failed, large: _large} - }); + });*/ // Table accordion. - $('#tables-area').hide(); + //$('#tables-area').hide(); $('#expand-table-button').click(function (e) { $('#tables-area').slideToggle(function () { diff --git a/client/index.html b/client/index.html index 8e646add..da09978f 100755 --- a/client/index.html +++ b/client/index.html @@ -62,9 +62,8 @@

{{ title }}

Input your data

Please make sure your session key and participation code match the ones provided in the email - sent to you by the Greater Boston Chamber of Commerce. Drag and drop your completed template file to encrypt and include your submission in - the - aggregate data.

+ sent to you by the Greater Boston Chamber of Commerce. +


@@ -100,7 +99,7 @@

Input your data

-
+
@@ -116,8 +115,8 @@

Input your data

View your data

-

Your data will appear here after you drag/drop or browse to find your completed Excel - template file above.

+