add class to the main div of the application
authornowmad@23.1.168.192.in-addr.arpa
Thu, 17 Dec 2015 12:13:58 +0100
changeset 64 1931bbce5485
parent 63 43a8a7893e35
child 65 5d5c30207e4c
add class to the main div of the application
cms/app-client/app/index.html
--- a/cms/app-client/app/index.html	Thu Dec 17 12:13:41 2015 +0100
+++ b/cms/app-client/app/index.html	Thu Dec 17 12:13:58 2015 +0100
@@ -44,8 +44,8 @@
     </div>
 
     {{content-for 'body'}}
-    <div id="corpus-app"></div>
-    
+    <div id="corpus-app" class="corpus-app"></div>
+
     <script type="text/javascript" src="https://www.google.com/jsapi?autoload={'modules':[{'name':'visualization','version':'1.1','packages':['treemap']}]}"></script>
     <script src="assets/vendor.js"></script>
     <script src="assets/app-client.js"></script>