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

From Team Fortress Wiki
Jump to: navigation, search
m
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
onload = function(){
 
onload = function(){
   document.getElementById('p-cactions-label').style.display = 'none'
+
   document.getElementById('p-cactions-label').style.backgroundImage = "none"
  print('Come on, this shouldn't even be a problem.')
 
 
 
 
}
 
}

Latest revision as of 22:43, 5 February 2018

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