01d9c5f2 by RSA

28823_chatbot_vuzo_link

1 parent 68ac8f97
1 {
2 "workbench.colorCustomizations": {
3 "activityBar.activeBackground": "#2a2a2a",
4 "activityBar.background": "#2a2a2a",
5 "activityBarBadge.background": "#606020",
6 "activityBarBadge.foreground": "#e7e7e7",
7 "sash.hoverBorder": "#2a2a2a",
8 "statusBar.background": "#111111",
9 "statusBarItem.hoverBackground": "#2a2a2a",
10 "statusBarItem.remoteBackground": "#111111",
11 "titleBar.activeBackground": "#111111",
12 "titleBar.inactiveBackground": "#11111199"
13 }
14 }
...\ No newline at end of file ...\ No newline at end of file
...@@ -53,9 +53,11 @@ ...@@ -53,9 +53,11 @@
53 --> 53 -->
54 </body> 54 </body>
55 <script> 55 <script>
56 window.onload = function() { 56 setTimeout(function() {
57 displayVuzo(); 57 window.onload = function() {
58 displayGooglePlay(); 58 displayVuzo();
59 }; 59 displayGooglePlay();
60 };
61 }, 1000);
60 </script> 62 </script>
61 </html> 63 </html>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!