Jump to content

User talk:EpochFail/aps review.js

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

function importCSS(page) { var url = wgScript + '?title=' + encodeURIComponent(page.replace(' ','_')).replace('%2F','/').replace('%3A',':') + '&action=raw&ctype=text/css'

$('head').append( $("<link>") .attr('rel', 'stylesheet') .attr('type', 'text/css') .attr('href', url) ) } if(wgNamespaceNumber == 0){ importCSS("EpochFail/aps_review.css") /*$('head').append( $("<link>") .attr('rel', 'stylesheet') .attr('type', 'text/css') .attr('href', 'http://www-users.cs.umn.edu/~halfak/aps_review/aps_review.css') )*/ importScript("EpochFail/aps_review_system.js") //importScriptURI("http://www-users.cs.umn.edu/~halfak/aps_review/aps_review_system.js") }

Start a discussion about improving the User:EpochFail/aps review.js page

Start a discussion