aboutsummaryrefslogtreecommitdiff
path: root/mod/embed/views/default/embed/js.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/embed/views/default/embed/js.php')
-rw-r--r--mod/embed/views/default/embed/js.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/mod/embed/views/default/embed/js.php b/mod/embed/views/default/embed/js.php
index fbc6a0340..fc34c2442 100644
--- a/mod/embed/views/default/embed/js.php
+++ b/mod/embed/views/default/embed/js.php
@@ -1,6 +1,8 @@
<?php
/**
* JS interface for inserting content into the active editor.
+ *
+ * @todo: 1.8 JS: Ugh
*/
?>
@@ -23,6 +25,7 @@ function elggEmbedInsertContent(content, textAreaName) {
echo elgg_view('embed/addcontentjs');
// the one you should extend.
+ //@todo This should fire a plugin hook or event, not require extending the view! >_<
echo elgg_view('embed/custom_insert_js');
?>