Commit efea9607bae5446e4cfec1e3334579bb1e15b7f8

Fix json file to load. Loading example.json
  • Diff rendering mode:
  • inline
  • side by side

index.html

32 //Code to initialize the framework32 //Code to initialize the framework
33 window.M = window.M || {};33 window.M = window.M || {};
34 window.onload = function() {34 window.onload = function() {
35 M.load('mainmaraafinal.json');
35 M.load('example.json');
36 };36 };
37 </script>37 </script>
38 <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>38 <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>