From acfdb6fb26da90704c799c54544489ec1118e0b8 Mon Sep 17 00:00:00 2001
From: Christoph Burgdorf
Date: Thu, 13 Jan 2011 09:19:20 +0100
Subject: [PATCH] removed initial class 'ui-helper-hidden-accessible' to work
with the latest jquery-ui 1.8.7
---
ui/jquery.ui.datetimepicker.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ui/jquery.ui.datetimepicker.js b/ui/jquery.ui.datetimepicker.js
index 3827ac43a3d..52bcef22b1c 100644
--- a/ui/jquery.ui.datetimepicker.js
+++ b/ui/jquery.ui.datetimepicker.js
@@ -1,4 +1,4 @@
-/*!
+/*!
* jQuery UI DateTimepicker @VERSION
*
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
@@ -204,7 +204,7 @@ Timepicker.prototype = {
this._colonPos = -1;
this._visible = false;
this._modified = false;
- this.tpDiv = $('');
+ this.tpDiv = $('');
this._generateHtml();
},