Skip to content

Commit

Permalink
문서 역사 단축키 복구
Browse files Browse the repository at this point in the history
  • Loading branch information
lens0021 committed Oct 18, 2018
1 parent fe07d22 commit 11e1acf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions FemiwikiTemplate.php
Original file line number Diff line number Diff line change
Expand Up @@ -124,14 +124,14 @@ public function execute()
);

if( isset( $this->data['content_navigation']['views']['history']['href'] ) )
echo Html::rawElement(
echo Html::rawElement(
'a',
array(
[
'id' => 'lastmod',
'href' => $this->data['content_navigation']['views']['history']['href']
),
],
$this->get( 'lastmod' )
);
);

unset( $this->data['content_navigation']['views']['history'] );
echo $this->getPortlet( array(
Expand Down
2 changes: 1 addition & 1 deletion resources/screen-common.less
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ button {
}
}

li#ca-view.selected {
li#ca-view.selected, li#ca-history {
display: none;
}
}
Expand Down

1 comment on commit 11e1acf

@lens0021
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.