tridactyl/src
glacambre a1d20057f9
config.ts: Fix getURL returning {} for keys that do not exist
https://github.com/tridactyl/tridactyl/pull/1194 introduced a huge bug.
Config.get relies on config.getURL returning undefined when a target
doesn't exist for a url in order to know whether it should return the
default value or not. However, #1194 accidentally made getURL return
empty objects for every target that does not have a url-specific
setting.

This commit fixes that and maybe
https://github.com/tridactyl/tridactyl/issues/1197, although I am not
100% sure.
2018-11-27 19:05:04 +01:00
..
background native_background.ts: Add more editors 2018-11-10 12:07:45 +01:00
completions Fix broken completions 2018-11-20 20:16:07 +00:00
content commandline_content.ts: Fix cmdline not being inserted in non-html pages 2018-11-18 14:28:33 +01:00
grammars Update keyseq 2018-04-15 22:34:07 +01:00
lib config.ts: Fix getURL returning {} for keys that do not exist 2018-11-27 19:05:04 +01:00
parsers Fix remaining relative imports 2018-09-29 18:03:36 -07:00
static Fix broken link to tutorial on new tab page 2018-11-23 19:48:52 +00:00
background.ts Merge branch 'reorganize-directories' 2018-10-04 13:59:19 +01:00
commandline_frame.ts Fix broken completions 2018-11-20 20:16:07 +00:00
completions.ts Update dependencies 2018-11-05 13:12:08 +00:00
content.ts Add halloween theme 2018-10-31 21:49:02 +00:00
excmds.ts [docs] Improve formatting, add example 2018-11-20 11:23:34 -08:00
help.ts Update doc links 2018-11-16 19:52:50 +01:00
manifest.json Update doc links 2018-11-16 19:52:50 +01:00
newtab.ts Merge branch 'reorganize-directories' 2018-10-04 13:59:19 +01:00
perf.ts Merge branch 'reorganize-directories' 2018-10-04 13:59:19 +01:00
state.ts Move src/logging.ts to src/lib/ 2018-09-29 18:03:36 -07:00
tridactyl.d.ts Update dependencies 2018-11-05 13:12:08 +00:00