add class to the main div of the ember app to simplify css set up
authornowmad@23.1.168.192.in-addr.arpa
Thu, 17 Dec 2015 12:29:48 +0100
changeset 71 22d9719f1929
parent 70 ad554d876c81
child 72 9a7ea5349882
add class to the main div of the ember app to simplify css set up
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 "<div id='corpus-app'></div>";
+ return "<div id='corpus-app' class='corpus-app'></div>";
 }