Skip to content

Commit e5acb95

Browse files
author
jakub.pawlowski
committed
fix var
1 parent 7f46da8 commit e5acb95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/registry/views/static/info.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ oc.cmd.push(function() {
77
window.location = thisComponentHref + $(this).val() + '/~info';
88
});
99
10-
refreshPreview = function() {
10+
var refreshPreview = function() {
1111
var splitted = $('#href')
1212
.val()
1313
.split('?'),

0 commit comments

Comments
 (0)