We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 339b6b5 commit 8948c12Copy full SHA for 8948c12
swagger/swagger.html
@@ -118,6 +118,7 @@
118
swaggerUi.load();
119
}
120
});
121
+
122
swaggerDocUrl = window.location.protocol + "//" + window.location.hostname + ":" + window.location.port + RED.settings.httpNodeRoot + 'http-api/swagger.json';
123
var swaggerFrame = $("<iframe/>", {
124
id:"swagger-ui-frame",
@@ -131,11 +132,12 @@
131
132
content: content,
133
iconClass: "fa fa-file-text-o"
134
-
135
+/*
136
swaggerFrame.load(function(){
137
swaggerUi = document.getElementById('swagger-ui-frame').contentWindow.swaggerUi;
138
139
140
+ */
141
},
142
oneditprepare: function() {
143
0 commit comments