Skip to content

Commit

Permalink
BGMモードの再生回数表記、スマホ向けリクエストリスト表示
Browse files Browse the repository at this point in the history
BGMモードの再生回数のところにIDが表示されていたところを修正。
リクエスト一覧のファイル名のスマホ表示が枠をはみ出していたのを修正
  • Loading branch information
bee7813993 committed Jun 28, 2015
1 parent f2f115e commit e654042
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ padding: 0;
#request_table tbody td.filename {
width: 100%;
margin: 0 auto;
padding: 8px 10px;
padding: 8px 0px;

}

Expand Down
2 changes: 1 addition & 1 deletion requestlist_table_json.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
$onerequset += array("playstatus" => $playstatus);
}elseif($config_ini['playmode'] == 2){
$onerequset += array("playstatus" => $playstatus);
}elseif($config_ini['playmode'] == 2){
}elseif($config_ini['playmode'] == 4){
$onerequset += array("playstatus" => $value['playtimes']);
}else{
$onerequset += array("playstatus" => $value['reqorder']);
Expand Down

0 comments on commit e654042

Please sign in to comment.