Skip to content

Commit

Permalink
Remove reference to deleted js file
Browse files Browse the repository at this point in the history
  • Loading branch information
Chuck Hagenbuch committed Oct 18, 2014
1 parent a2f02d6 commit ce4627d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion imp/lib/Script/Package/Autocomplete.php
Expand Up @@ -31,7 +31,6 @@ public function __construct()
{
parent::__construct();

$this->_files[] = new Horde_Script_File_JsDir('compose-base.js', 'imp');
$this->_files[] = new Horde_Script_File_JsDir('autocomplete.js', 'imp');
$this->_files[] = new Horde_Script_File_JsDir('latinize.js', 'imp');
}
Expand Down

0 comments on commit ce4627d

Please sign in to comment.