From 2966b52b3c67773b1c81dc1d8030c6864947ae46 Mon Sep 17 00:00:00 2001 From: Anon Ray Date: Tue, 5 Mar 2013 15:28:18 +0530 Subject: [PATCH] Fix title is undefined If title was not entered in the JSON, it would come up as undefined in the page. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 526dfa6..d2c49fe 100644 --- a/index.html +++ b/index.html @@ -32,7 +32,7 @@ //Code to initialize the framework window.M = window.M || {}; window.onload = function() { - M.load('example.json'); + M.load('mainmaraafinal.json'); }; -- 1.7.10.4