static/js/improve.js (4 lines of code) (raw):

function improveThisPage( url ) { // Inform users how to contributing alert('Thanks for contributing to the Apache Jena website, please use the username anonymous and leave the password blank if prompted for credentials'); // Redirect to the CMS location.href = 'https://cms.apache.org/redirect?action=edit;uri=' + escape(url); }