Revision: 2460
https://sourceforge.net/p/mrbs/code/2460/
Author: cimorrison
Date: 2012-10-03 12:53:23 +0000 (Wed, 03 Oct 2012)
Log Message:
-----------
Eliminated unnecessary conflict checking
Modified Paths:
--------------
mrbs/branches/flexible_day_end/web/js/edit_entry.js.php
Modified: mrbs/branches/flexible_day_end/web/js/edit_entry.js.php
===================================================================
--- mrbs/branches/flexible_day_end/web/js/edit_entry.js.php 2012-10-03
12:22:45 UTC (rev 2459)
+++ mrbs/branches/flexible_day_end/web/js/edit_entry.js.php 2012-10-03
12:53:23 UTC (rev 2460)
@@ -1244,5 +1244,10 @@
?>
checkTimeSlots($(this), areas[currentArea]);
- }).trigger('datePickerUpdated');
+ });
+
+ $('#start_datepicker, #end_datepicker').each(function() {
+ checkTimeSlots($(this), areas[currentArea]);
+ });
+
};
------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits