Author: leidel
Date: Thu Jan 22 12:40:34 2009
New Revision: 298
Modified:
trunk/pages/templates/admin/pages/page/widgets/richtextarea.html
Log:
Fixed path to rte images
Modified: trunk/pages/templates/admin/pages/page/widgets/richtextarea.html
==============================================================================
--- trunk/pages/templates/admin/pages/page/widgets/richtextarea.html
(original)
+++ trunk/pages/templates/admin/pages/page/widgets/richtextarea.html Thu
Jan 22 12:40:34 2009
@@ -2,7 +2,7 @@
if(window.$) {
$(document).ready(function() {
if($.fn.rte)
- $('#id_{{ name }}').rte('{{ PAGES_MEDIA_URL
}}/css/rte.css', '{{ PAGES_MEDIA_URL }}/images/');
+ $('#id_{{ name }}').rte('{{ PAGES_MEDIA_URL
}}/css/rte.css', '{{ PAGES_MEDIA_URL }}images/');
});
}
</script>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pinax-updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/pinax-updates?hl=en
-~----------~----~----~----~------~----~------~--~---