mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-12 16:52:50 +00:00
add queryString option to enable notes by default (#8042)
This commit is contained in:
@@ -6,9 +6,11 @@ import { dispatch as d3_dispatch } from 'd3-dispatch';
|
||||
import { modeBrowse } from '../modes/browse';
|
||||
import { svgPointTransform } from './helpers';
|
||||
import { services } from '../services';
|
||||
import { utilStringQs } from '../util';
|
||||
|
||||
var hash = utilStringQs(window.location.hash);
|
||||
|
||||
var _notesEnabled = false;
|
||||
var _notesEnabled = !!hash.notes;
|
||||
var _osmService;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user