Avoid errors in stock JS

This commit is contained in:
fkloft
2013-10-19 15:14:56 +02:00
parent de621000ce
commit 53874ab887
3 changed files with 17 additions and 1 deletions

View File

@ -969,3 +969,8 @@ td + td {
.portal_details tr.padding-top th, .portal_details tr.padding-top td {
padding-top: 0.7em;
}
#play_button {
display: none;
}