diff --git a/media/js/main.js b/media/js/main.js index b994d54e..ac9eb87d 100644 --- a/media/js/main.js +++ b/media/js/main.js @@ -3,3 +3,12 @@ $(document).ready(function() { $(".navbar").toggleClass("compressed", $(window).scrollTop() >= 20); }); }); + + +/* + * Debian/Ubuntu download dropdowns + */ +function updateDebianSeries(select) { + var deb = document.getElementById('series-deb'); + deb.innerHTML = select.value; +} diff --git a/templates/pages/download/linux/debian.html b/templates/pages/download/linux/debian.html index b6478178..cfa521da 100644 --- a/templates/pages/download/linux/debian.html +++ b/templates/pages/download/linux/debian.html @@ -11,15 +11,6 @@ The PostgreSQL project also maintains an apt repository with of PostgreSQL available.
- -@@ -49,7 +40,7 @@ To use the apt repository, follow these steps: