Adds support for tarred downloads.

This commit is contained in:
Lars Jung 2012-04-17 23:38:15 +02:00
parent e67c854cb5
commit de92767e5a
22 changed files with 160 additions and 162 deletions

View file

@ -98,7 +98,7 @@ module.define('ext/select', [jQuery, 'core/settings', 'core/event'], function ($
return;
}
$selectionRect.hide().appendTo($('body'));
$selectionRect.hide().appendTo('body');
$document
.on('mousedown', '.noSelection', noSelection)