Revision: 3006
          https://sourceforge.net/p/mrbs/code/3006/
Author:   cimorrison
Date:     2015-02-27 11:10:24 +0000 (Fri, 27 Feb 2015)
Log Message:
-----------
Fixed bug causing the duration to be calculated incorrectly when the date is 
changed after the start time has been changed.

Modified Paths:
--------------
    mrbs/trunk/web/js/edit_entry.js.php

Modified: mrbs/trunk/web/js/edit_entry.js.php
===================================================================
--- mrbs/trunk/web/js/edit_entry.js.php 2015-02-25 16:33:34 UTC (rev 3005)
+++ mrbs/trunk/web/js/edit_entry.js.php 2015-02-27 11:10:24 UTC (rev 3006)
@@ -1160,6 +1160,7 @@
           updateSelectorData();
           reloadSlotSelector($(this), $('#area').val());
           adjustSlotSelectors();
+          updateSelectorData();
         });
     
   
------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to