Skip to content

Commit

Permalink
Revert Align Left changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sashank999 committed Sep 18, 2023
1 parent 3f97108 commit bb9123e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion extension/changelog.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"features": [],
"fixes": [],
"changes": [
{ "message": "Remove Align Left for touch devices.", "contributor": "TheFoxMan" },
{ "message": "Extend Item Market Redirect for touch devices.", "contributor": "TheFoxMan" }
],
"removed": []
Expand Down
2 changes: 1 addition & 1 deletion extension/pages/settings/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ <h2>
</section>
<section name="global">
<div class="header">Global</div>
<div class="option no-mobile">
<div class="option">
<input id="global-alignLeft" type="checkbox" />
<label for="global-alignLeft">Align Torn to the left.</label>
</div>
Expand Down
3 changes: 0 additions & 3 deletions extension/scripts/features/align-left/ttAlignLeft.entry.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
"use strict";

(async () => {
const devices = await checkDevice();
if (devices.mobile || devices.tablet) return "Not needed on touch devices.";

featureManager.registerFeature(
"Align Left",
"global",
Expand Down

0 comments on commit bb9123e

Please sign in to comment.