Skip to content

Commit

Permalink
Fix color popup when editing flags in basic view
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Aug 15, 2014
1 parent 5f829b5 commit f506ed2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions imp/lib/Prefs/Special/Flag.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ public function display(Horde_Core_Prefs_Ui $ui)
global $injector, $page_output, $prefs;

if (!$ui->nobuttons) {
$page_output->addScriptFile('hordecore.js', 'horde');
$page_output->addScriptFile('colorpicker.js', 'horde');
$page_output->addScriptFile('flagprefs.js');
}
Expand Down

0 comments on commit f506ed2

Please sign in to comment.