mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-31 09:19:25 +02:00
Change raw tag editor readOnlyTags to accept array of regex
This commit is contained in:
@@ -12,11 +12,11 @@ import { utilRebind } from '../util';
|
||||
|
||||
var changeset;
|
||||
var readOnlyTags = [
|
||||
'changesets_count',
|
||||
'created_by',
|
||||
'imagery_used',
|
||||
'host',
|
||||
'locale'
|
||||
/^changesets_count$/,
|
||||
/^created_by$/,
|
||||
/^imagery_used$/,
|
||||
/^host$/,
|
||||
/^locale$/
|
||||
];
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user