Skip to content

Commit

Permalink
docstrings: Replace shortened url (Leaflet#7381)
Browse files Browse the repository at this point in the history
  • Loading branch information
BakuCity committed Dec 14, 2020
1 parent c0bf09b commit 7db94fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/control/Control.Layers.js
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ export var Layers = Control.extend({
}
},

// IE7 bugs out if you create a radio dynamically, so you have to do it this hacky way (see http://bit.ly/PqYLBe)
// IE7 bugs out if you create a radio dynamically, so you have to do it this hacky way (see https://stackoverflow.com/a/119079)
_createRadioElement: function (name, checked) {

var radioHtml = '<input type="radio" class="leaflet-control-layers-selector" name="' +
Expand Down

0 comments on commit 7db94fd

Please sign in to comment.