Index: openacs-4/packages/acs-templating/www/resources/xinha-nightly/plugins/DoubleClick/double-click.js =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/resources/xinha-nightly/plugins/DoubleClick/double-click.js,v diff -u -r1.2 -r1.3 --- openacs-4/packages/acs-templating/www/resources/xinha-nightly/plugins/DoubleClick/double-click.js 11 Nov 2005 20:32:41 -0000 1.2 +++ openacs-4/packages/acs-templating/www/resources/xinha-nightly/plugins/DoubleClick/double-click.js 2 Feb 2007 21:04:50 -0000 1.3 @@ -36,12 +36,8 @@ // - editor is the HTMLArea object that triggered the call // - target is the selected object this.editor.dblClickList = { - u: [ function(e) {e.execCommand("underline");} ], - strike: [ function(e) {e.execCommand("strikethrough");} ], - sub: [ function(e) {e.execCommand("subscript");} ], - sup: [ function(e) {e.execCommand("superscript");} ], // Edit Link dialog - a: [ function(e) {e.execCommand("createlink");} ], + a: [ function(e) {e.config.btnList['createlink'][3](e); } ], // Follow link //a: [ function(editor, target) { window.location = target.href; properties(target); } ],