Page MenuHomeWolfplex

foreground.js
No OneTemporary

foreground.js

jQuery(document).ready(function() {
jQuery(document).foundation();
var $title = jQuery('h3:contains(":")').text().split(":");
// Split the namespace title into a title and a label
jQuery('h3:contains(":")').html('<small class="label">' + $title[0] + '</small>' + $title[1]);
// Turn categories into labels
jQuery('#mw-normal-catlinks ul li a').addClass('label');
});

File Metadata

Mime Type
text/plain
Expires
Mon, Jun 22, 4:41 PM (8 h, 53 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
73216
Default Alt Text
foreground.js (381 B)

Event Timeline