Jump to content

MediaWiki:Common.js/edit.js: Difference between revisions

m
testing to see if this fixes random lines of code showing up in Special:WantedFiles
(updating BSL function/variable template wizards to use BSLjunc)
m (testing to see if this fixes random lines of code showing up in Special:WantedFiles)
Line 1,165: Line 1,165:
var f = document.XEBPopupImageForm;
var f = document.XEBPopupImageForm;
hideXEBPopup();
hideXEBPopup();
var code = '[[Image:';
var code = '[[Image:'; //]]
code += f.imgFile.value;
code += f.imgFile.value;
code += '|' + f.imgType.value;
code += '|' + f.imgType.value;