Changed the page Gadget definition:disambiguate-marker from
{
"settings": {
"rights": [],
"default": false,
"hidden": false,
"shared": false,
"category": "markers",
"skins": true
},
"module": {
"scripts": [],
"styles": [
"Disambiguate-marker.css"
],
"dependencies": [],
"messages": [],
"position": "bottom"
}
}(note "default": false,) into
{
"settings": {
"rights": [],
"default": true,
"hidden": false,
"shared": false,
"category": "markers",
"skins": true
},
"module": {
"scripts": [],
"styles": [
"Disambiguate-marker.css"
],
"dependencies": [],
"messages": [],
"position": "bottom"
}
}(note "default": true,)
Checked back at Special:Gadgets and did a [ctrl]+[shft]+[r] but still the "Enable by default" is not checked.
After a "Restore all default settings (in all sections)" the gadgets are checked as expected.
