зеркало из https://github.com/mozilla/pjs.git
Checked in patch for bug 247857
This commit is contained in:
Родитель
931b8987ed
Коммит
c4e5ed6737
|
@ -442,7 +442,7 @@ function weekViewHourClick( event )
|
|||
{
|
||||
var dayIndex = event.target.getAttribute( "day" );
|
||||
|
||||
newDate = new Date( gHeaderDateItemArray[dayIndex].getAttribute( "date" ) );
|
||||
var newDate = new Date( gHeaderDateItemArray[dayIndex].getAttribute( "date" ) );
|
||||
|
||||
newDate.setHours( event.target.getAttribute( "hour" ) );
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче