embed JS files now also receive metadata info & LSP now displays js links in monospace

This commit is contained in:
Niels Groot Obbink 2013-07-04 15:12:54 +02:00 committed by Thulinma
parent 7308630fe1
commit 16e3268fb4
2 changed files with 2 additions and 1 deletions

View file

@ -452,6 +452,7 @@ td
color: black; color: black;
font: normal normal 11pt Arial, sans-serif; font: normal normal 11pt Arial, sans-serif;
} }
code code
{ {
font-size: 0.9em; font-size: 0.9em;

View file

@ -318,7 +318,7 @@ namespace Connector_HTTP {
// show ALL the meta datas! // show ALL the meta datas!
json_resp["meta"] = ServConf["streams"][streamname]["meta"]; json_resp["meta"] = ServConf["streams"][streamname]["meta"];
//create a set for storing source information //create a set for storing source information
std::set<JSON::Value, sourceCompare> sources; std::set<JSON::Value, sourceCompare> sources;