You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by ne...@apache.org on 2007/07/28 23:24:58 UTC

svn commit: r560614 - /lenya/trunk/src/modules/editors/resources/javascript/org.apache.lenya.editors.js

Author: nettings
Date: Sat Jul 28 14:24:57 2007
New Revision: 560614

URL: http://svn.apache.org/viewvc?view=rev&rev=560614
Log:
changed asset marker class from "asset" to "lenya.asset" to comply with
http://svn.apache.org/viewvc?view=rev&rev=560238.


Modified:
    lenya/trunk/src/modules/editors/resources/javascript/org.apache.lenya.editors.js

Modified: lenya/trunk/src/modules/editors/resources/javascript/org.apache.lenya.editors.js
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/editors/resources/javascript/org.apache.lenya.editors.js?view=diff&rev=560614&r1=560613&r2=560614
==============================================================================
--- lenya/trunk/src/modules/editors/resources/javascript/org.apache.lenya.editors.js (original)
+++ lenya/trunk/src/modules/editors/resources/javascript/org.apache.lenya.editors.js Sat Jul 28 14:24:57 2007
@@ -347,7 +347,7 @@
         + (namespace ? ' xmlns="' + namespace + '"' : '')
         + (objectData.url ? ' href="' + objectData.url + '"' : '')
         + (objectData.title ? ' title="' + objectData.title + '"' : '')
-        + ' class="asset">';
+        + ' class="lenya.asset">';
       snippet.afterSelection = '</a>';
       snippet.replaceSelection =
         objectData.text ? objectData.text : undefined;



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org