Sign in

CJS Page Title

The code

cjs-page-title.js
javascript
/*
 * cJS - Page Title
 * Returns the current document title.
 */

function() {
  return document.title;
}