28823_chatbot_vuzo_link
Showing
2 changed files
with
6 additions
and
18 deletions
.vscode/settings.json
deleted
100644 → 0
| 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> | ... | ... |
-
Please register or sign in to post a comment