From 03631b19402c9231e06d9e985b6bac8ca47080fe Mon Sep 17 00:00:00 2001 From: Lee Parker Date: Fri, 26 Jul 2013 14:53:05 -0500 Subject: [PATCH] Remove extraneous space --- www/default.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/default.js b/www/default.js index 153fee84..072514f9 100644 --- a/www/default.js +++ b/www/default.js @@ -78,7 +78,7 @@ $(function() { // because the cost duration may have changed while a filter was being // used and so some rows will need updating. change_cost(current_cost_duration); - } + } }); });