Style fixes in jquery-ui.datetimepicker.js file.
authorPawel Solyga <Pawel.Solyga@gmail.com>
Sun, 22 Feb 2009 10:07:05 +0000
changeset 1452 2209a6e59870
parent 1451 ef134d062b83
child 1453 378c844bf52c
Style fixes in jquery-ui.datetimepicker.js file. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
app/jquery/jquery-ui.datetimepicker.js
--- a/app/jquery/jquery-ui.datetimepicker.js	Sun Feb 22 00:27:10 2009 +0000
+++ b/app/jquery/jquery-ui.datetimepicker.js	Sun Feb 22 10:07:05 2009 +0000
@@ -672,14 +672,13 @@
 		inst._selectedDay = inst._currentDay = $('a', td).html();
 		inst._selectedMonth = inst._currentMonth = month;
 		inst._selectedYear = inst._currentYear = year;
-
-        inst._currentHour = $('select.datetimepicker_newHour option:selected').val();
-        if (inst._currentHour==undefined)
-            inst._currentHour = 0;
+    inst._currentHour = $('select.datetimepicker_newHour option:selected').val();
+    if (inst._currentHour == undefined)
+      inst._currentHour = 0;
 		inst._selectedHour = inst._currentHour;
-        inst._currentMinute = $('select.datetimepicker_newMinute option:selected').val();
-        if (inst._currentMinute==undefined)
-            inst._currentMinute = 0;
+    inst._currentMinute = $('select.datetimepicker_newMinute option:selected').val();
+    if (inst._currentMinute == undefined)
+      inst._currentMinute = 0;
 		inst._selectedMinute = inst._currentMinute;
 
 		this._selectDate(id, inst._formatDateTime(