Added cool json features (JsonWrapper)

This commit is contained in:
Kevin Jahns
2014-08-04 23:35:50 +02:00
parent 5ba735701c
commit 6c34d97432
72 changed files with 2237 additions and 889 deletions

View File

@@ -23,7 +23,7 @@
console.log("initialized!");
});
}
setTimeout(f, 1000)
setTimeout(f, 8000)
}
$(document).ready(init)
</script>