mirror of
https://github.com/postgres/pgweb.git
synced 2025-07-25 16:02:27 +00:00
Move debian/ubuntu downloads javascript into main.js
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user