We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c641767 commit e0aad57Copy full SHA for e0aad57
src/resource-manager/resource_display_broker.js
@@ -42,7 +42,7 @@ cls.ResourceDisplayBroker = function()
42
if (url)
43
{
44
// resolve the URL based on that of the runtime if we only have a relative path
45
- if (runtime && url.contains("://"))
+ if (runtime && !url.contains("://"))
46
url = window.helpers.resolveURLS(runtime.uri, url);
47
48
id_or_url = url;
0 commit comments