# HG changeset patch # User nowmad@23.1.168.192.in-addr.arpa # Date 1450351788 -3600 # Node ID 22d9719f19290bb40ae723aa43d497f5d02268ea # Parent ad554d876c81f368b27f413e96f0cbfade2022aa add class to the main div of the ember app to simplify css set up diff -r ad554d876c81 -r 22d9719f1929 cms/corpus_module/corpus.module --- a/cms/corpus_module/corpus.module Thu Dec 17 12:22:17 2015 +0100 +++ b/cms/corpus_module/corpus.module Thu Dec 17 12:29:48 2015 +0100 @@ -51,5 +51,5 @@ drupal_add_js("{$path}/assets/{$app}.js", array('type' => 'file', 'scope' => 'footer')); // drupal_add_js("{$path}/dist/assets/{$app}.js"); - return "
"; + return ""; }