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