Advertisement
DanielKoehler

Untitled

Dec 2nd, 2013
272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /* Suggestion for List Item.js */
  2.  
  3. var addImageParagraph = document.getElementById("add-image-paragraph")
  4. if (addImageParagraph)
  5.     addImageParagraph.parentNode.removeChild(addImageParagraph);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement