The branch, master has been updated
via a7b9f38c61d4c390b692719a6ba5c1594aa6d83e (commit)
from 9fb8bf6ce6f4380a96c7aaaad4711797d4e791e2 (commit)
- Log -----------------------------------------------------------------
commit a7b9f38c61d4c390b692719a6ba5c1594aa6d83e
Author: Tyron Madlener <[email protected]>
Date: Tue Jul 19 12:59:13 2011 +0300
Fixes wrong z-index of timepicker
-----------------------------------------------------------------------
Summary of changes:
js/functions.js | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/js/functions.js b/js/functions.js
index 2a147d8..7f0c90f 100644
--- a/js/functions.js
+++ b/js/functions.js
@@ -157,6 +157,11 @@ function PMA_addDatepicker($this_element) {
// Remember that we came from the datepicker; this is used
// in tbl_change.js by verificationsAfterFieldChange()
$this_element.data('comes_from', 'datepicker');
+
+ // Fix wrong timepicker z-index, doesn't work without timeout
+ setTimeout(function() {
+
$('#ui-timepicker-div').css('z-index',$('#ui-datepicker-div').css('z-index'))
+ },0);
},
constrainInput: false
});
hooks/post-receive
--
phpMyAdmin
------------------------------------------------------------------------------
5 Ways to Improve & Secure Unified Communications
Unified Communications promises greater efficiencies for business. UC can
improve internal communications as well as offer faster, more efficient ways
to interact with customers and streamline customer service. Learn more!
http://www.accelacomm.com/jaw/sfnl/114/51426253/
_______________________________________________
Phpmyadmin-git mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git