assets/MacGap.app/Contents/Resources/public/index.html in macgap-0.0.1 vs assets/MacGap.app/Contents/Resources/public/index.html in macgap-0.0.2
- old
+ new
@@ -19,15 +19,21 @@
text-align: center;
font-family: helvetica;
}
</style>
- <meta http-equiv="refresh" content="5;url=http://postmonk.com">
+ <meta http-equiv="refresh" content="5;url=http://google.com">
</head>
<body>
<script type="text/javascript" charset="utf-8">
- macgap.growl.notify({title: "MacGap", content: "Hello World"});
+ setTimeout(function(){
+
+ var lc = window.localStorage['blash'];
+ console.log(lc);
+ window.localStorage['blash'] = '1';
+ console.log(window.localStorage['blash']);
+ }, 500);
</script>
<h1>MacGap</h1>
</body>
</html>
\ No newline at end of file