Skip to content

Commit

Permalink
Fix CTRL + S not working with new dropdown (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
C-Lodder authored and Dimitri Grammatikogianni committed Nov 10, 2016
1 parent 65c3bee commit afd6a3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion administrator/includes/toolbar.php
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ public static function apply($task = 'apply', $alt = 'JTOOLBAR_APPLY')
$bar = JToolbar::getInstance('toolbar');

// Add an apply button
$bar->appendButton('Standard', 'apply', $alt, $task, false);
$bar->appendButton('Apply', 'apply', $alt, $task, false);
}

/**
Expand Down

0 comments on commit afd6a3e

Please sign in to comment.