Commit efea9607bae5446e4cfec1e3334579bb1e15b7f8

Fix json file to load. Loading example.json
index.html
(1 / 1)
  
3232 //Code to initialize the framework
3333 window.M = window.M || {};
3434 window.onload = function() {
35 M.load('mainmaraafinal.json');
35 M.load('example.json');
3636 };
3737 </script>
3838 <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>