tour tweaks

This commit is contained in:
Steven Hugg 2019-08-22 13:40:53 -04:00
parent 67e57e0c67
commit 3cedbbbbd3
2 changed files with 5 additions and 4 deletions

View File

@ -10,8 +10,9 @@ fi
DESTPATH=$RSYNC_PATH/v$VERSION
DEVPATH=/var/www/html/8bitworkshop.com/dev
TMPDIR=./tmp/$VERSION
grep "var VERSION" web/redir.html
echo "Upload version $VERSION to production? (edited web/redir.html?)"
grep -H "var VERSION" web/redir.html
grep -H "var VERSION" web/projects/projects.js
echo "Upload version $VERSION to production?"
read
echo "Listing submodules..."
SUBMODS=`git submodule | cut -d ' ' -f 3`

View File

@ -1622,8 +1622,8 @@ function showWelcomeMessage() {
];
steps.push({
element: "#booksMenuButton",
placement: 'bottom',
title: "Bookstore",
placement: 'left',
title: "Books",
content: "Get some books that explain how to program all of this stuff, and write some games!"
});
if (!isLandscape()) {