embed JS files now also receive metadata info & LSP now displays js links in monospace
This commit is contained in:
parent
7308630fe1
commit
16e3268fb4
2 changed files with 2 additions and 1 deletions
|
@ -452,6 +452,7 @@ td
|
|||
color: black;
|
||||
font: normal normal 11pt Arial, sans-serif;
|
||||
}
|
||||
|
||||
code
|
||||
{
|
||||
font-size: 0.9em;
|
||||
|
|
|
@ -318,7 +318,7 @@ namespace Connector_HTTP {
|
|||
|
||||
// show ALL the meta datas!
|
||||
json_resp["meta"] = ServConf["streams"][streamname]["meta"];
|
||||
|
||||
|
||||
//create a set for storing source information
|
||||
std::set<JSON::Value, sourceCompare> sources;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue