bkjxxxw/WebContent/static/ckfinder/help/files/other/help.js

11 lines
425 B
JavaScript
Raw Normal View History

2024-03-18 10:04:33 +08:00
window.onload = function()
{
var copyP = document.createElement( 'p' ) ;
copyP.className = 'copyright' ;
copyP.innerHTML = '&copy; 2007-2012 <a href="http://cksource.com" target="_blank">CKSource</a> - Frederico Knabben . All rights reserved.<br /><br />' ;
document.body.appendChild( document.createElement( 'hr' ) ) ;
document.body.appendChild( copyP ) ;
window.top.SetActiveTopic( window.location.pathname ) ;
}