No edit summary
No edit summary
Line 309: Line 309:
})();
})();


/* */
(function () {
(function () {
   function jakeAddFooterSocialRow() {
   function jakeAddFooterSocialRow() {
Line 321: Line 322:
     var ul = document.createElement("ul");
     var ul = document.createElement("ul");
     ul.id = "footer-social";
     ul.id = "footer-social";
     ul.className = "noprint";
     ul.className = "noprint crw-footer-social";


     function add(href, label, cls) {
     function add(href, label, cls) {