Commit Graph

14 Commits

Author SHA1 Message Date
Bryan Housel 440b01a6ca Use json-stringify-pretty-compact for compacter json
(this reduces a few file sizes and will make for better github diffs)
2018-06-15 11:48:07 -04:00
Manfred Brandl 4339feede4 Phone formats for Austria, Ivory Coast and Benin 2017-09-06 16:02:21 +02:00
Stenive a9cd5cb089 Add Chinese(PRC) phone number format 2017-05-08 18:42:11 +08:00
Andrey Golovin 7930c48f41 Ukraine phone number format 2017-04-27 23:20:53 +03:00
boothym 55a2929fbe Fix list 2017-02-13 18:04:04 +00:00
boothym 9dce8042ad Update ie position 2017-02-13 18:02:46 +00:00
boothym 4287ac67c2 Update UK/IE placeholders 2017-02-13 18:01:52 +00:00
Bryan Housel 1207b08a20 Use a more example-y Turkish phone number, and run build 2017-01-10 22:57:25 +05:30
Mert Emin Kalender c654033663 Add Turkish phone format 2017-01-08 23:37:18 -08:00
Bryan Housel 6ed2dce08d Use fake phone number for placeholder 2016-12-17 16:02:50 -05:00
Supaplextw 8f40627936 fix format: remove comma 2016-12-17 15:58:36 -05:00
Supaplextw ec6134464e Add Taiwan phone format 2016-12-17 15:58:27 -05:00
Bryan Housel 8fb5f3a5a1 Degunk data sources by named-importing single toplevel key
See: https://github.com/openstreetmap/iD/issues/3403#issuecomment-245150454

This change drops the iD.js bundle size from 4.5MB to 3.4MB, and makes it
much more readable, which is nice for debugging.  This does not affect the
minified bundle size.
2016-10-26 16:29:49 -04:00
Peter Dobratz 2d9327c5b9 phone placeholder from country being edited
Prefer to pull in phone placeholder text based on the country currently
being edited.  Fallback to using placeholder text based on user’s
locale settings.

rename phone placeholders to phone formats

add Germany example phone number

See [German Wikipedia article
E.123](https://de.wikipedia.org/wiki/E.123)

check for null in focus

check that input.node() is not null in i.focus()
2016-05-12 14:13:35 -04:00