File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 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 ) ) ;
You can’t perform that action at this time.
0 commit comments