зеркало из https://github.com/mozilla/pjs.git
Bug #373983 - Double click on calendar does not open properties dialog, patch=ted@dsndata.com, r=mickey
This commit is contained in:
Родитель
3179ba536a
Коммит
6a800e852e
|
@ -323,7 +323,7 @@ var ltnCalendarTreeView = {
|
|||
return;
|
||||
|
||||
// Find the row clicked on
|
||||
var tree = document.getElementById("agenda-tree");
|
||||
var tree = document.getElementById("calendarTree");
|
||||
var row = tree.treeBoxObject.getRowAt(event.clientX, event.clientY);
|
||||
|
||||
// If we clicked on a calendar, edit it, otherwise create a new one
|
||||
|
|
Загрузка…
Ссылка в новой задаче