Difference between revisions of "User:Andr3w/common.js"
From SQLZOO
| Line 1: | Line 1: | ||
$(function(){ | $(function(){ | ||
| − | |||
$('#p-tb').show(); | $('#p-tb').show(); | ||
}) | }) | ||
Latest revision as of 23:56, 8 December 2012
$(function(){ $('#p-tb').show(); })