You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: client/scripts/client.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,8 @@ var client = (function () {
13
13
varSERVER_ERR='Server not reachable';
14
14
varGENERIC_SUBMISSION_ERR='Something went wrong with submission! Please try again';
15
15
16
-
varNAN_EMPTY_CELLS='You have entered data into a cell in one table without entering data into the corresponding cell in another table. Please double check all tables';
17
-
varSEMANTIC_CELLS='You have entered non-numeric data into at least one cell. Please make sure all cells contain positive numbers only. If you have no data for that cell, please enter a zero.';
16
+
varNAN_EMPTY_CELLS='You have entered non-numeric data into at least one cell. Please make sure all cells contain positive numbers only. If you have no data for that cell, please enter a zero.';
17
+
varSEMANTIC_CELLS='You have entered data into a cell in one table without entering data into the corresponding cell in another table. Please double check all tables';
0 commit comments