Fixed page tabs so all menu pages are working now

This commit is contained in:
Daniel Xie
2017-01-27 21:10:16 -06:00
parent f1ada52074
commit bf893926b7
6 changed files with 126 additions and 32 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
// off to that `fromJSON` fuunction, passing in the value.
function Reviver(key, value) {
var ctor;
//console.log("Reviver called with key: " + key + ", and value: " + value);
//console.log("Reviver called with key: " + key + ", and value: " + value);
if (typeof value === "object" &&
typeof value.ctor === "string" &&
typeof value.data !== "undefined") {