MediaWiki:Gadget-libSensitiveIPs.js: Difference between revisions
Content deleted Content added
add empty arrays and objects for results with no matches; fix isSensitive data property name |
return the data from the then function |
||
Line 22:
data.sensitiveips.entities = data.sensitiveips.entities || {};
data.sensitiveips['entity-ids'] = data.sensitiveips['entity-ids'] || [];
return data;
} );
},
|