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 7f46da8 commit e5acb95Copy full SHA for e5acb95
src/registry/views/static/info.ts
@@ -7,7 +7,7 @@ oc.cmd.push(function() {
7
window.location = thisComponentHref + $(this).val() + '/~info';
8
});
9
10
- refreshPreview = function() {
+ var refreshPreview = function() {
11
var splitted = $('#href')
12
.val()
13
.split('?'),
0 commit comments