mirror of
https://github.com/murdos/musicbrainz-userscripts
synced 2025-03-17 15:06:57 +00:00
Prettier format
This commit is contained in:
parent
022dc00a58
commit
7519b738ed
1 changed files with 3 additions and 1 deletions
|
@ -358,6 +358,8 @@ $(document).ready(function() {
|
|||
$('div#bci_link a').css({ 'font-weight': 'bold' });
|
||||
let upc = unsafeWindow.TralbumData.current.upc;
|
||||
if (typeof upc != 'undefined' && upc !== null) {
|
||||
$('div #trackInfoInner').append(`<div id="mbimport_upc" style="margin-bottom: 2em; font-size: smaller;">UPC: <a href="https://etc.marlonob.info/atisket/?upc=${upc}">${upc}</a></div>`);
|
||||
$('div #trackInfoInner').append(
|
||||
`<div id="mbimport_upc" style="margin-bottom: 2em; font-size: smaller;">UPC: <a href="https://etc.marlonob.info/atisket/?upc=${upc}">${upc}</a></div>`
|
||||
);
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue