Skip to content

Commit

Permalink
Fix drag & drop in address book
Browse files Browse the repository at this point in the history
  • Loading branch information
thomascube committed Dec 30, 2008
1 parent 1ddc579 commit 98324f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion program/js/app.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -1192,7 +1192,7 @@ function rcube_webmail()
if (this.gui_objects.folderlist && model) if (this.gui_objects.folderlist && model)
{ {
var li, pos, list, height; var li, pos, list, height;
list = rcube_find_object(this.task == 'mail' ? 'mailboxlist' : 'folderlist'); list = rcube_find_object(this.task == 'mail' ? 'mailboxlist' : 'directorylist');
pos = rcube_get_object_pos(list); pos = rcube_get_object_pos(list);
this.env.folderlist_coords = {x1:pos.x, y1:pos.y, x2:pos.x + list.offsetWidth, y2:pos.y + list.offsetHeight}; this.env.folderlist_coords = {x1:pos.x, y1:pos.y, x2:pos.x + list.offsetWidth, y2:pos.y + list.offsetHeight};


Expand Down

0 comments on commit 98324f5

Please sign in to comment.