Add class to admin wrench button

This commit is contained in:
Robin Ward 2017-07-28 16:38:10 -04:00
parent 15fa514791
commit 307311fdb1
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ createWidget('topic-admin-menu-button', {
// We don't show the button when expanded on the right side
if (!(attrs.rightSide && state.expanded)) {
result.push(this.attach('button', {
className: 'btn ' + (attrs.fixed ? " show-topic-admin" : ""),
className: 'btn toggle-admin-menu' + (attrs.fixed ? " show-topic-admin" : ""),
title: 'topic_admin_menu',
icon: 'wrench',
action: 'showAdminMenu',