mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2024-11-25 03:34:05 +00:00
tour tweaks
This commit is contained in:
parent
67e57e0c67
commit
3cedbbbbd3
@ -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`
|
||||
|
@ -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()) {
|
||||
|
Loading…
Reference in New Issue
Block a user