mirror of
https://github.com/postgres/pgweb.git
synced 2025-07-25 16:02:27 +00:00
Remove inline script from debian/ubuntu download page
This commit is contained in:
@ -27,7 +27,9 @@ window.addEventListener("hashchange", shiftWindow);
|
||||
/*
|
||||
* Debian/Ubuntu download dropdowns
|
||||
*/
|
||||
function updateDebianSeries(select) {
|
||||
var deb = document.getElementById('series-deb');
|
||||
deb.innerHTML = select.value;
|
||||
}
|
||||
$(function() {
|
||||
$('select#debseries').change(function() {
|
||||
var deb = document.getElementById('series-deb');
|
||||
deb.innerHTML = $(this).val();
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user