function improveThisPage()

in static/js/improve.js [1:7]


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);
}