Skip to content

Commit 8c8f26e

Browse files
committed
disable showing barcode right of ao title
1 parent 29c6eb8 commit 8c8f26e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

frontend/assets/getty_barcode.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@
99
const bbut = '<a id="getty-barcode-button" class="btn btn-sm btn-default" href="' + url + '">Barcode</a>';
1010
$('.record-toolbar > .btn-toolbar > .btn-group').prepend(bbut);
1111

12-
const bimg = '<div class="pull-right"><a href="' + url + '" title="Click to download"><img id="getty-barcode-image" style="height:50px;" src="' + url + '"/></a></div>';
13-
$('.record-pane').prepend(bimg);
12+
// show the barcode in the title area. disable for now. not sure if it's required
13+
// const bimg = '<div class="pull-right"><a href="' + url + '" title="Click to download"><img id="getty-barcode-image" style="height:50px;" src="' + url + '"/></a></div>';
14+
// $('.record-pane').prepend(bimg);
1415
}
1516
});
1617
}(window));

0 commit comments

Comments
 (0)