Skip to content

Commit

Permalink
Added tabindex for extra footer links
Browse files Browse the repository at this point in the history
  • Loading branch information
dwilding committed Oct 18, 2024
1 parent 1a5ec93 commit 63c5884
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev_build_server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ DIR_PARENT="$(cd .. && pwd)"
cd server/public
sed -i'.backup' 's/data-server-base=\"https:\/\/frogtab.com\/\"/data-server-base=\"\"/' index.html icon-*.html help.html
sed -i'.backup' 's/data-location=\"local\"/data-location=\"server\"/' send.html
sed -i'.backup' 's/\(<a tabindex="0" href="https:\/\/github.com\/dwilding\/frogtab"\)/<a href="https:\/\/snapcraft.io\/frogtab" target="_blank">Frogtab on Linux<\/a> • \1/' help.html
sed -i'.backup' 's/\(<a tabindex="0" href="https:\/\/github.com\/dwilding\/frogtab"\)/<a tabindex="0" href="https:\/\/snapcraft.io\/frogtab" target="_blank">Frogtab on Linux<\/a> • \1/' help.html
rm *.backup
cat <<EOF > .htaccess
SetEnv DIR_PACKAGES "$DIR_PACKAGES"
Expand Down
2 changes: 1 addition & 1 deletion dev_create_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ rm -f Frogtab_backup.json
cd templates
sed -i'.backup' 's/data-server-base=\"https:\/\/frogtab.com\/\"/data-server-base=\"{{ server_base }}\"/' index.html icon-*.html help.html
sed -i'.backup' 's/data-save=\"browser\"/data-save=\"service\"/' index.html icon-*.html help.html
sed -i'.backup' 's/\(<a tabindex="0" href="https:\/\/github.com\/dwilding\/frogtab"\)/<a href="https:\/\/github.com\/dwilding\/frogtab\/releases\/tag\/v1.06" target="_blank">v1.06 release notes<\/a> • \1/' help.html
sed -i'.backup' 's/\(<a tabindex="0" href="https:\/\/github.com\/dwilding\/frogtab"\)/<a tabindex="0" href="https:\/\/github.com\/dwilding\/frogtab\/releases\/tag\/v1.06" target="_blank">v1.06 release notes<\/a> • \1/' help.html
rm *.backup

cd ..
Expand Down

0 comments on commit 63c5884

Please sign in to comment.