Page MenuHomeWolfplex

foreground.js
No OneTemporary

foreground.js

jQuery(document).ready(function() {
jQuery(document).foundation();
// Split the namespace title into a title and a label
var $title = jQuery("h2:contains(':')").not(":contains('\"')").not(":contains('as of')").text().split(":");
jQuery("h2:contains(':')").not(":contains('\"')").not(":contains('as of')").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
Wed, Mar 11, 10:33 AM (1 w, 6 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
71491
Default Alt Text
foreground.js (478 B)

Event Timeline