diff --git a/CompleteRow.php b/CompleteRow.php index ce55634..168df52 100644 --- a/CompleteRow.php +++ b/CompleteRow.php @@ -112,7 +112,7 @@ function updateBackgrounds(color) { (function(window, document, $) { $(document).ready(function() { - color = ""; + color = ""; jQuery('tbody tr').click(function() { updateBackgrounds(color); }); @@ -226,7 +226,7 @@ function updateBackgrounds(color) { (function(window, document, $) { $(document).ready(function() { - color = ""; + color = ""; jQuery('tbody tr').click(function() { //console.log("Someone clicked on something (in redcap_data_entry_form)"); updateBackgrounds(color);