diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2017-09-11 21:25:05 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2017-10-26 00:07:18 +0200 |
commit | 6fc0cd736c5def296ec7c963ba6e6ec5032d08c9 (patch) | |
tree | 04060fc487fb81e6382e492a728d9fd25e7fc9ae /website/templates | |
parent | 033660088bc9f184de7afb512fa752c4ccc70f83 (diff) | |
download | lombok-6fc0cd736c5def296ec7c963ba6e6ec5032d08c9.tar.gz lombok-6fc0cd736c5def296ec7c963ba6e6ec5032d08c9.tar.bz2 lombok-6fc0cd736c5def296ec7c963ba6e6ec5032d08c9.zip |
website-only now available.
Diffstat (limited to 'website/templates')
-rw-r--r-- | website/templates/download.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/website/templates/download.html b/website/templates/download.html index 5d89061c..a6b21402 100644 --- a/website/templates/download.html +++ b/website/templates/download.html @@ -8,7 +8,8 @@ <div class="row"> <icon class="fa fa-download"></icon> <a href="/downloads/lombok.jar"> - Download ${version} + Download <span id="currentVersion">${version}</span> + <span id="currentVersionFull" style="display: none;">${fullVersion}</span> </a> </div> </h1> |