
Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: c506a590f15dd82476b0bada8c06a07dea18255e https://github.com/phpmyadmin/phpmyadmin/commit/c506a590f15dd82476b0bada8c06... Author: ayushchd <ayushchd@gmail.com> Date: 2013-02-08 (Fri, 08 Feb 2013) Changed paths: M js/jquery/jquery-ui-1.9.2.custom.js M js/tbl_change.js Log Message: ----------- Fix - Bugs:#3802 Datepicker displayed just the first time Fixed the bug that was preventing the datepicker from displaying after ajax call. datepicker remained initialized while its content was replaced by the ajax response. tbl_change.js now reinitializes datepicker everytime its loaded. Commit: 403bafb99912ea229329d761eb5f2168b938810b https://github.com/phpmyadmin/phpmyadmin/commit/403bafb99912ea229329d761eb5f... Author: ayushchd <ayushchd@gmail.com> Date: 2013-02-08 (Fri, 08 Feb 2013) Changed paths: M js/jquery/jquery-ui-1.9.2.custom.js Log Message: ----------- Indentation fix Commit: a92893b09e73f1b8fe8563d400e6f215852be060 https://github.com/phpmyadmin/phpmyadmin/commit/a92893b09e73f1b8fe8563d400e6... Author: Marc Delisle <marc@infomarc.info> Date: 2013-02-08 (Fri, 08 Feb 2013) Changed paths: M js/jquery/jquery-ui-1.9.2.custom.js M js/tbl_change.js Log Message: ----------- Merge pull request #155 from ayushchd/master Pull request for bugs:#3802 Datepicker displayed just the first time Compare: https://github.com/phpmyadmin/phpmyadmin/compare/e0ff6c0a0e2b...a92893b09e73