Remove line about sauce labs from messages

Also adding 'literally' back as that's the joke.
pull/389/head
Tim Robinson 2016-12-29 23:24:20 +01:00 zatwierdzone przez GitHub
rodzic cab0669fc6
commit 2b41a61196
1 zmienionych plików z 2 dodań i 3 usunięć

Wyświetl plik

@ -21,7 +21,6 @@
var messages = [
"Share your code by sharing your workspace URL.",
"Test your code in different browsers with the Sauce Labs plugin.",
"Each workspace is its own Ubuntu virtual machine.",
"Run 'dpkg -l' in the terminal to see all packages installed.",
"Remember to run your code on port 8080, 8081, or 8082.",
@ -33,7 +32,7 @@
"POST /desktop/era",
"Try using VIM mode!",
"Not your grandmother's IDE",
"Makes your laptop cooler"
"Literally makes your laptop cooler"
];
var mac_keybindings = [
@ -89,4 +88,4 @@
document.body.className = document.body.className.replace("loading " + loadingIde.className, "");
}
</script>
</script>