Index: openacs-4/packages/xowiki/www/resources/wymeditor/plugins/hovertools/jquery.wymeditor.hovertools.js =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/www/resources/wymeditor/plugins/hovertools/jquery.wymeditor.hovertools.js,v diff -u -r1.2 -r1.3 --- openacs-4/packages/xowiki/www/resources/wymeditor/plugins/hovertools/jquery.wymeditor.hovertools.js 27 Jul 2007 01:15:21 -0000 1.2 +++ openacs-4/packages/xowiki/www/resources/wymeditor/plugins/hovertools/jquery.wymeditor.hovertools.js 29 May 2008 19:13:44 -0000 1.3 @@ -1,6 +1,6 @@ -/* +/* * WYMeditor : what you see is What You Mean web-based editor - * Copyright (C) 2007 H.O.net - http://www.honet.be/ + * Copyright (c) 2008 Jean-Francois Hovinne, http://www.wymeditor.org/ * Dual licensed under the MIT (MIT-license.txt) * and GPL (GPL-license.txt) licenses. * @@ -12,11 +12,11 @@ * hovertools plugin for WYMeditor * * File Authors: - * Jean-Francois Hovinne (jf.hovinne@wymeditor.org) + * Jean-Francois Hovinne (jf.hovinne a-t wymeditor dotorg) */ //Extend WYMeditor -Wymeditor.prototype.hovertools = function() { +WYMeditor.editor.prototype.hovertools = function() { var wym = this; @@ -35,7 +35,7 @@ jQuery(this._box).find(this._options.classSelector).hover( function() { var aClasses = eval(wym._options.classesItems); - var sName = jQuery(this).attr(WYM_NAME); + var sName = jQuery(this).attr(WYMeditor.NAME); var oClass = aClasses.findByName(sName); if(oClass){