mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2025-02-18 00:30:43 +00:00
tour tweaks
This commit is contained in:
parent
67e57e0c67
commit
3cedbbbbd3
@ -10,8 +10,9 @@ fi
|
|||||||
DESTPATH=$RSYNC_PATH/v$VERSION
|
DESTPATH=$RSYNC_PATH/v$VERSION
|
||||||
DEVPATH=/var/www/html/8bitworkshop.com/dev
|
DEVPATH=/var/www/html/8bitworkshop.com/dev
|
||||||
TMPDIR=./tmp/$VERSION
|
TMPDIR=./tmp/$VERSION
|
||||||
grep "var VERSION" web/redir.html
|
grep -H "var VERSION" web/redir.html
|
||||||
echo "Upload version $VERSION to production? (edited web/redir.html?)"
|
grep -H "var VERSION" web/projects/projects.js
|
||||||
|
echo "Upload version $VERSION to production?"
|
||||||
read
|
read
|
||||||
echo "Listing submodules..."
|
echo "Listing submodules..."
|
||||||
SUBMODS=`git submodule | cut -d ' ' -f 3`
|
SUBMODS=`git submodule | cut -d ' ' -f 3`
|
||||||
|
@ -1622,8 +1622,8 @@ function showWelcomeMessage() {
|
|||||||
];
|
];
|
||||||
steps.push({
|
steps.push({
|
||||||
element: "#booksMenuButton",
|
element: "#booksMenuButton",
|
||||||
placement: 'bottom',
|
placement: 'left',
|
||||||
title: "Bookstore",
|
title: "Books",
|
||||||
content: "Get some books that explain how to program all of this stuff, and write some games!"
|
content: "Get some books that explain how to program all of this stuff, and write some games!"
|
||||||
});
|
});
|
||||||
if (!isLandscape()) {
|
if (!isLandscape()) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user