Skip to content

Commit

Permalink
Recurrence widget not shown in Plone 4.3/Archetypes.
Browse files Browse the repository at this point in the history
  • Loading branch information
mitakas committed Nov 12, 2014
1 parent 5b113a7 commit 15ea5a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plone/formwidget/recurrence/at/widget.pt
Expand Up @@ -27,7 +27,7 @@
<!-- Make the text area a recurrenceinput -->
<script type="text/javascript"
tal:content="string:
string: if (typeof jQuery !== 'undefined') {
if (typeof jQuery !== 'undefined') {
jQuery(document).ready(function() {
jQuery.tools.recurrenceinput.localize('${request/LANGUAGE}', ${widget/@@recurrence_widget/translation});
jQuery('.ArchetypesRecurrenceWidget textarea').recurrenceinput(
Expand Down

1 comment on commit 15ea5a0

@mister-roboto
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TESTS FAILED
Mr.roboto url : http://jenkins.plone.org/roboto/get_info?push=0e714a16dfce47acbc572840c0a8bdaa
plone-5.0-python-2.7 [FAILURE]

Please sign in to comment.