aboutsummaryrefslogtreecommitdiff
path: root/mod/ecml/views
diff options
context:
space:
mode:
Diffstat (limited to 'mod/ecml/views')
-rw-r--r--mod/ecml/views/default/embed/web_services/content.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/ecml/views/default/embed/web_services/content.php b/mod/ecml/views/default/embed/web_services/content.php
index d47e655b6..bf7bc10e3 100644
--- a/mod/ecml/views/default/embed/web_services/content.php
+++ b/mod/ecml/views/default/embed/web_services/content.php
@@ -77,7 +77,7 @@ $(document).ready(function() {
$('a.ecml_embed_preview.link').click(function() {
elgg_slide_toggle($(this), '.embed_content_section.preview', '#ecml_preview');
- $('.ecml_embed_instructions').toggleClass('open');
+ $('.ecml_embed_preview').toggleClass('open');
});
});