mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
filter on adminnavbar does nothing
This commit is contained in:
parent
a8bf3c962f
commit
33c28a88e8
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
|
||||
this.ghost().registerFilter('messWithAdmin', function(adminNavbar){
|
||||
console.log('adminnavbar settings run');
|
||||
delete adminNavbar.add;
|
||||
// delete adminNavbar.add;
|
||||
return adminNavbar;
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue