Difference between revisions of "User:Evanjohnman/vector.js"

From Team Fortress Wiki
Jump to: navigation, search
m
m
Line 1: Line 1:
 
onload = function(){
 
onload = function(){
 
   document.getElementById('p-cactions-label').style.display = 'none'
 
   document.getElementById('p-cactions-label').style.display = 'none'
  print('Come on, this shouldn't even be a problem.')
 
 
 
}
 
}

Revision as of 21:19, 29 November 2016

onload = function(){
  document.getElementById('p-cactions-label').style.display = 'none'
}