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

From Team Fortress Wiki
Jump to: navigation, search
 
Line 1: Line 1:
 
onload = function(){
 
onload = function(){
   document.getElementById('p-cactions-label').style.background_image = 'none'
+
   document.getElementById('p-cactions-label').style.backgroundImage = "none"
 
}
 
}

Latest revision as of 22:43, 5 February 2018

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