1
0
Fork 0

The swagger JSON file is now opened in a new tab/window by default

This commit is contained in:
Michael Hackstein 2014-11-05 16:33:47 +00:00
parent 5d020b7ab7
commit c3f35a5a37
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@
list.push(modView.createReadOnlyEntry( list.push(modView.createReadOnlyEntry(
"id_documentationJsonUrl", "id_documentationJsonUrl",
"API docs", "API docs",
"<a href=\"" + link + "\">Link to JSON</a>" "<a href=\"" + link + "\" target=\"_blank\">JSON-file for Swagger</a>"
)); ));
if (editable) { if (editable) {
list.push(modView.createTextEntry( list.push(modView.createTextEntry(