Skip to content

Commit

Permalink
Add notice regarding execution on chat start
Browse files Browse the repository at this point in the history
  • Loading branch information
remdex committed Dec 11, 2021
1 parent 52e6aa5 commit 360c7ee
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
<div id="trigger-list-id"></div>
</div>

<p><small><i><?php echo erTranslationClassLhTranslation::getInstance()->getTranslation('abstract/widgettheme','For trigger being executed on chat start also it has to have `Can be passed as argument` option enabled.');?></i></small></p>

<script>
$('select[name="AbstractInput_bot_id"]').change(function(){
$.get(WWW_DIR_JAVASCRIPT + 'genericbot/triggersbybot/' + $(this).val(), { }, function(data) {
Expand Down

0 comments on commit 360c7ee

Please sign in to comment.