Skip to content

Commit

Permalink
The autocompleter requires hordecore.js.
Browse files Browse the repository at this point in the history
Fixes js errors in standard view kronolith.
  • Loading branch information
mrubinsk committed Jan 13, 2014
1 parent 01cf59a commit deb0a77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions framework/Core/lib/Horde/Core/Ajax/Imple/AutoCompleter.php
Expand Up @@ -28,6 +28,7 @@ protected function _attach($init)
global $page_output;

if (!self::$_initAc) {
$page_output->addScriptFile('hordecore.js', 'horde');
$page_output->addScriptFile('autocomplete.js', 'horde');
$page_output->addScriptFile('liquidmetal.js', 'horde');
$page_output->addScriptPackage('Keynavlist');
Expand Down

0 comments on commit deb0a77

Please sign in to comment.