$()

in js/accumulo.js [4:9]


$(function() {
  var host = window.location.host;
  if (typeof host !== 'undefined' && host !== 'accumulo.apache.org') {
    $('#non-canonical').show();
  }
});