Index: ../../typo3_src/typo3_src-4.7.1/t3lib/class.t3lib_tceforms.php IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8 =================================================================== --- ../../typo3_src/typo3_src-4.7.1/t3lib/class.t3lib_tceforms.php (revision ) +++ ../../typo3_src/typo3_src-4.7.1/t3lib/class.t3lib_tceforms.php (revision ) @@ -209,6 +209,7 @@ } // Create instance of t3lib_TCEforms_suggest only if this a non-Suggest-AJAX call: if (!isset($GLOBALS['ajaxID']) || strpos($GLOBALS['ajaxID'], 't3lib_TCEforms_suggest::') !== 0) { + $this->loadJavascriptLib( '../t3lib/js/jsfunc.tceforms_suggest.js' ); $this->suggest = t3lib_div::makeInstance('t3lib_TCEforms_suggest'); }