blob: 34040c87d0a45839f877dc6eecc26e7fda1bf387 [file] [log] [blame]
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);
}