mirror of
https://github.com/murdos/musicbrainz-userscripts
synced 2024-12-14 04:12:28 +00:00
Remove trailing whitespaces
This commit is contained in:
parent
0032a99f1a
commit
d9a9ec292b
1 changed files with 2 additions and 2 deletions
|
@ -113,7 +113,7 @@ function ParseTakealotPage() {
|
|||
var releaselanguage = "";
|
||||
var releasetitle = "";
|
||||
|
||||
// Select all DL data in the "Product Info" div id = second div class = details
|
||||
// Select all DL data in the "Product Info" div id = second div class = details
|
||||
var allinfolist = document.querySelectorAll("div#second > div.details > dl > *");
|
||||
// Iterate all over the lines
|
||||
for (var i = 0; i < allinfolist.length; i++) {
|
||||
|
@ -558,4 +558,4 @@ Countries["Heard Island and McDonald Islands"] = "HM";
|
|||
Countries["Iran, Islamic Republic of"] = "IR";
|
||||
Countries["Saint Pierre and Miquelon"] = "PM";
|
||||
Countries["Saint Helena"] = "SH";
|
||||
Countries["Svalbard and Jan Mayen"] = "SJ";
|
||||
Countries["Svalbard and Jan Mayen"] = "SJ";
|
||||
|
|
Loading…
Reference in a new issue