git-svn-id: http://xe-core.googlecode.com/svn/trunk@839 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-03-30 13:48:33 +00:00
parent 3aeb57a11c
commit bb52da1052
2 changed files with 1 additions and 2 deletions

View file

@ -56,7 +56,6 @@ function insertImage(obj) {
if(typeof(opener)=="undefined") return;
var url = xGetElementById("image_url").value;
alert(url);
var alt = xGetElementById("image_alt").value;
var align = "";
if(xGetElementById("align_normal").checked==true) align = "";