Skip to content
This repository has been archived by the owner on Aug 24, 2022. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
risufaj committed Nov 8, 2018
2 parents e091119 + 65026d7 commit 5dcd5d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/main-hub/app/view/libraries/Libraries.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Ext.define('MainHub.view.libraries.Libraries', {
id : 'showAlllr',
margin: '0 15 0 0',
cls: 'grid-header-checkbox',
hidden: !USER.is_staff,
hidden: false,
listeners:{
change: function(checkbox, newValue, oldValue, eOpts) {
if (newValue) {
Expand Down

0 comments on commit 5dcd5d5

Please sign in to comment.