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 b4e5cd3 commit 935c769Copy full SHA for 935c769
src/resource-manager/resource_display_broker.js
@@ -54,7 +54,7 @@ cls.ResourceDisplayBroker = function()
54
else if (url)
55
{
56
// resolve the URL based on that of the runtime if we only have a relative path
57
- if (url[0].indexOf('://') == -1)
+ if (url.indexOf('://') == -1)
58
59
rt_id = ele.get_attr('parent-node-chain', 'rt-id');
60
if(rt_id)
0 commit comments