mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-05 13:14:45 +00:00
unused selector
This commit is contained in:
parent
63e2b0bd99
commit
75413a992b
1 changed files with 0 additions and 2 deletions
|
|
@ -290,8 +290,6 @@
|
|||
|
||||
/*temporary datepicker workaround */
|
||||
$formEls.filter(dateInputs).hide().after( $('<div />').datepicker() );
|
||||
|
||||
$('.ui-datepicker');//.addClass('ui-shadow');
|
||||
$('.ui-datepicker-header').addClass('ui-body-c ui-corner-top').removeClass('ui-corner-all');
|
||||
$('.ui-datepicker-prev').buttonMarkup({iconPos: 'notext', icon: 'arrow-l', shadow: true, corners: true});
|
||||
$('.ui-datepicker-next').buttonMarkup({iconPos: 'notext', icon: 'arrow-r', shadow: true, corners: true});
|
||||
|
|
|
|||
Loading…
Reference in a new issue