128 bytes added ,  22:09, 14 July 2010
no edit summary
Line 17: Line 17:  
var editbox = document.getElementById('wpUploadDescription');  
 
var editbox = document.getElementById('wpUploadDescription');  
   −
if (location.href == "http://wikivet.net/index.php/Special:Upload"){
+
if (location.href == ("http://wikivet.net/index.php/Special:Upload" || "http://www.wikivet.net/index.php/Special:Upload")){
    
  editbox.value = "{"+"{Information\n"
 
  editbox.value = "{"+"{Information\n"
Line 29: Line 29:  
  }
 
  }
   −
if (location.href == "http://wikivet.net/index.php?title=Special:Upload&uselang=own"){
+
if (location.href == ("http://wikivet.net/index.php?title=Special:Upload&uselang=own" || "http://www.wikivet.net/index.php?title=Special:Upload&uselang=own")){
    
editbox.value = "{"+"{Information\n"
 
editbox.value = "{"+"{Information\n"