1
0
mirror of https://github.com/lrsjng/h5ai.git synced 2025-08-08 06:46:36 +02:00

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.refreshed', onLocationRefreshed);
// $content.appendTo('body');
$content.appendTo('#main-row');
}