|
|
@@ -58,7 +58,7 @@ const RevisionComparer = (props) => {
|
|
|
<h3 className="align-self-center mb-0">{ t('page_history.comparing_revisions') }</h3>
|
|
|
<div className="align-self-center ml-3">
|
|
|
<div className="custom-control custom-switch">
|
|
|
- <input
|
|
|
+ {/* <input
|
|
|
type="checkbox"
|
|
|
className="custom-control-input"
|
|
|
id="comparingWithLatest"
|
|
|
@@ -67,7 +67,7 @@ const RevisionComparer = (props) => {
|
|
|
/>
|
|
|
<label className="custom-control-label" htmlFor="comparingWithLatest">
|
|
|
{ t('page_history.comparing_with_latest') }
|
|
|
- </label>
|
|
|
+ </label> */}
|
|
|
</div>
|
|
|
</div>
|
|
|
<Dropdown
|