01d9c5f2 by RSA

28823_chatbot_vuzo_link

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