Skip to content

Commit

Permalink
Merge pull request #41 from marcissimus/options_scaling_link
Browse files Browse the repository at this point in the history
Remove broken link in options
  • Loading branch information
marcissimus committed Nov 22, 2023
2 parents 8098bf3 + 749a68b commit 3d4f3ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/admin/theme-options-layouts.php
Original file line number Diff line number Diff line change
Expand Up @@ -806,7 +806,7 @@
),

array("name" => "Scaling",
"desc" => "Don't allow pinch and zoom on touch devices. Selecting this will fix <a href='http://filamentgroup.com/examples/iosScaleBug/'>a bug on mobile Safari</a>.",
"desc" => "Don't allow pinch and zoom on touch devices. Selecting this will fix a bug on mobile Safari.",
"id" => "suf_responsive_prevent_user_scaling",
"parent" => "responsive",
"type" => "checkbox",
Expand Down

0 comments on commit 3d4f3ae

Please sign in to comment.