This commit is contained in:
Ade
2014-07-27 14:14:10 +12:00
parent 86b1d6f443
commit 326f866d7e
2 changed files with 2 additions and 2 deletions

View File

@@ -309,7 +309,7 @@
}
}
else{
if (++x === 5) {
if (++x === 10) {
clearInterval(refreshInterval);
}
var sts = $("#artistname").text();

View File

@@ -1197,7 +1197,7 @@ div#artistheader h2 a {
min-width: 50px;
text-align: left;
vertical-align: middle;
font-size: 12px;
font-size: 14px;
}
#searchresults_table td#add {
vertical-align: middle;