Update of 
/var/cvs/contributions/CMSContainer/cmsc/richtext/src/webapp/mmbase/edit/wizard/xinha
In directory james.mmbase.org:/tmp/cvs-serv9059

Modified Files:
        my-htmlarea.js 
Log Message:
CMSC-1275  Assets: URLs has both name and title


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer/cmsc/richtext/src/webapp/mmbase/edit/wizard/xinha
See also: http://www.mmbase.org/jira/browse/CMSC-1275


Index: my-htmlarea.js
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/richtext/src/webapp/mmbase/edit/wizard/xinha/my-htmlarea.js,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- my-htmlarea.js      19 Jan 2009 10:15:15 -0000      1.10
+++ my-htmlarea.js      6 Feb 2009 10:58:48 -0000       1.11
@@ -210,7 +210,7 @@
        if (link){
                outparam = {
                        f_href   : HTMLArea.is_ie ? 
editor.stripBaseURL(link.href) : link.getAttribute("href"),
-                  f_destination : HTMLArea.is_ie ? link.destination : 
link.getAttribute("destination"),
+                  f_destination : link.destination ,
                        f_name   : link.name?link.name: sel_value,
                        f_title  :link.title?link.title:'',
                        f_target : link.target,
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to