Skip to content

Commit

Permalink
Update usability_tweaks.js
Browse files Browse the repository at this point in the history
  • Loading branch information
shogenapps committed Jan 22, 2025
1 parent 05dcf8e commit 8227086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/usability_tweaks/usability_tweaks.js
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ shouldInitializeFeature("usabilityTweaks").then((result) => {

// Open all links in a new tab
if (options.linksInNewTab) {
$("a").attr("target", "_blank");
$("a:not([target])").attr("target", "_blank");
}

// Add save form button
Expand Down

0 comments on commit 8227086

Please sign in to comment.