diff --git a/app/static/js/simple-keyboard_configure.js b/app/static/js/simple-keyboard_configure.js index 326c68e..8aa9aec 100644 --- a/app/static/js/simple-keyboard_configure.js +++ b/app/static/js/simple-keyboard_configure.js @@ -38,7 +38,8 @@ "1 2 3", "4 5 6", "7 8 9", - "{bksp} . ," + "0 . ,", + "{bksp}" ] } // Check if on smartphone diff --git a/start.sh b/start.sh index 4aa13e3..8f4ba06 100755 --- a/start.sh +++ b/start.sh @@ -11,6 +11,6 @@ chmod -c -R g-w,o-rwx .gitignore export PYTHONPATH="$basedir" export DJANGO_SETTINGS_MODULE="project.settings" -export APP_VERSION="16" +export APP_VERSION="17" exec ./scripts/_bootstrap.py "$@"