Commit 2966b52b3c67773b1c81dc1d8030c6864947ae46

Fix title is undefined

  If title was not entered in the JSON, it would come up as undefined in
the page.
index.html
(1 / 1)
  
3232 //Code to initialize the framework
3333 window.M = window.M || {};
3434 window.onload = function() {
35 M.load('example.json');
35 M.load('mainmaraafinal.json');
3636 };
3737 </script>
3838 <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>