Index: trunk/extensions/SemanticForms/includes/SF_ParserFunctions.php |
— | — | @@ -266,7 +266,6 @@ |
267 | 267 | // disable the cache (so the Javascript will show up) - |
268 | 268 | // if there's more than one autocompleted #forminput |
269 | 269 | // on the page, we only need to do this the first time |
270 | | - $autocompletion_javascript = ''; |
271 | 270 | if ( $input_num == 1 ) { |
272 | 271 | $parser->disableCache(); |
273 | 272 | SFUtils::addJavascriptAndCSS(); |