From dcead10e80cf31d2bea8256d83c9d81593260c10 Mon Sep 17 00:00:00 2001 From: Ca-Phun Ung Date: Sat, 20 Dec 2008 17:34:31 +0000 Subject: Datepicker #3647: removed clickable weekdays. --- tests/datepicker.js | 7 ------- 1 file changed, 7 deletions(-) (limited to 'tests/datepicker.js') diff --git a/tests/datepicker.js b/tests/datepicker.js index 44c2fb8b8..2fb76aa75 100644 --- a/tests/datepicker.js +++ b/tests/datepicker.js @@ -627,13 +627,6 @@ test('mouse', function() { $('.ui-datepicker-calendar tbody a:contains(18)', dp).simulate('click'); equalsDate(inp.datepicker('getDate'), new Date(2008, 2 - 1, 18), 'Mouse click - next + min/max'); - // Change day of week - inp.val('02/04/2008').datepicker('option', {changeFirstDay: true}).datepicker('show'); - equals($('.ui-datepicker-calendar th:first a', dp).text(), 'Su', - 'Mouse click - initial day of week'); - $('.ui-datepicker-calendar th:last a', dp).simulate('click'); - equals($('.ui-datepicker-calendar th:first a', dp).text(), 'Sa', - 'Mouse click - day of week'); // Inline var inl = init('#inl'); var dp = $('.ui-datepicker-inline', inl); -- cgit v1.2.3