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:not(:contains("\""))').jQuery('h2:contains(":")').text().split(":");
jQuery('h2:not(:contains("\""))').jQuery('h2:contains(":")').html('<small class="label">' + $title[0] + '</small><div class="clear_both"></div>' + $title[1]);
// Turn categories into labels
jQuery('#mw-normal-catlinks ul li a').addClass('label');
});

File Metadata

Mime Type
text/plain
Expires
Tue, Mar 10, 7:46 AM (2 w, 23 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
71342
Default Alt Text
foreground.js (478 B)

Event Timeline