Skip to content

Commit

Permalink
Initialize JS autocomplete for custom attributes in new batch users.
Browse files Browse the repository at this point in the history
  • Loading branch information
MiguelVis committed Jan 27, 2020
1 parent 154a5e7 commit 6d798f9
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion menu-mng-batch.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,15 @@



</div>
</div>

<?php
include_once("include/management/autocomplete.php");

if ($autoComplete) {
echo "<script type=\"text/javascript\">
/** Making dictAttributesCustom interactive **/
autoComEdit = new DHTMLSuite.autoComplete();
</script>";
}
?>

0 comments on commit 6d798f9

Please sign in to comment.