Clean code.

This commit is contained in:
Lars Jung 2015-04-17 20:29:17 +02:00
parent 762fd54788
commit 6bfbebc51e

View file

@ -159,7 +159,6 @@ modulejs.define('view/items', ['_', '$', 'core/settings', 'core/resource', 'core
event.sub('location.changed', onLocationChanged); event.sub('location.changed', onLocationChanged);
event.sub('location.refreshed', onLocationRefreshed); event.sub('location.refreshed', onLocationRefreshed);
// $content.appendTo('body');
$content.appendTo('#main-row'); $content.appendTo('#main-row');
} }