From cd6e6319116c2cf8b1c83f8d55c22f1cd83902e6 Mon Sep 17 00:00:00 2001 From: Tim Robinson Date: Thu, 29 Dec 2016 22:26:41 +0000 Subject: [PATCH] Revert "Remove line about sauce labs from messages" This reverts commit 2b41a61196ad8db135e3df7e73e6345027265f1f. --- plugins/c9.ide.server/views/flat-load-screen.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/plugins/c9.ide.server/views/flat-load-screen.html b/plugins/c9.ide.server/views/flat-load-screen.html index 82ec2c20..2bdcd224 100644 --- a/plugins/c9.ide.server/views/flat-load-screen.html +++ b/plugins/c9.ide.server/views/flat-load-screen.html @@ -21,6 +21,7 @@ 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.", @@ -32,7 +33,7 @@ "POST /desktop/era", "Try using VIM mode!", "Not your grandmother's IDE", - "Literally makes your laptop cooler" + "Makes your laptop cooler" ]; var mac_keybindings = [ @@ -88,4 +89,4 @@ document.body.className = document.body.className.replace("loading " + loadingIde.className, ""); } - + \ No newline at end of file