diff --git a/index.html b/index.html index ebda51ebe..e44acbd39 100644 --- a/index.html +++ b/index.html @@ -50,6 +50,7 @@ + diff --git a/js/id/ui/inspector.js b/js/id/ui/inspector.js index 6ad48acc5..85fa70e68 100644 --- a/js/id/ui/inspector.js +++ b/js/id/ui/inspector.js @@ -155,6 +155,10 @@ iD.Inspector = function() { mod.select('.content') .datum(en) .call(iD.tagReference); + } else { + var mod = iD.flash() + .select('.content') + .text('This is no documentation available for this tag combination'); } }); d3.event.preventDefault();