Skip to content

Commit

Permalink
Fix to a javascript property setting.
Browse files Browse the repository at this point in the history
  • Loading branch information
dyacob committed Sep 24, 2018
1 parent 3dfe864 commit 150f3e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zaima/ZaimaPlaypen.html
Original file line number Diff line number Diff line change
Expand Up @@ -238,9 +238,9 @@
var row = getCSSRule( zaimaRows[rowNumber-1] );
var rowLarge = getCSSRule( zaimaRowsLarge[rowNumber-1] );
if ( border ) {
rowLarge.style['border-color'] = null;
rowLarge.style['border-color'] = null;
row.style['border-color'] = null;
row.style['border-bottom'] = "1px dashed #666";
rowLarge.style['border-color'] = null;
rowLarge.style['border-bottom'] = "1px dashed #666";
}
else {
Expand Down

0 comments on commit 150f3e8

Please sign in to comment.