@@ -150,27 +150,27 @@ class PhraseMaker {
150150 this . columnBlocksMap = [ ] ;
151151 }
152152
153- stylePhraseMaker ( ) {
153+ stylePhraseMaker ( ) {
154154
155155 var floatingWindowsDiv = document . getElementById ( "floatingWindows" ) ;
156156 var windowFrameElements = floatingWindowsDiv . querySelectorAll ( ".windowFrame" ) ;
157157
158158 for ( var i = 0 ; i < windowFrameElements . length ; i ++ ) {
159- var windowFrame = windowFrameElements [ i ] ;
160- var wfWinBody = document . querySelector ( ".wfWinBody" ) ;
161- var wfbWidget = document . querySelector ( ".wfbWidget" ) ;
162- wfbWidget . style . overflow = "auto"
163- wfbWidget . style . width = "-webkit-fill-available"
164- wfbWidget . style . height = "-webkit-fill-available"
165- windowFrame . style . height = "405px" ;
166- windowFrame . style . width = "685px" ;
167- wfWinBody . style . position = "absolute" ;
168- wfWinBody . style . overflow = "auto" ;
169- wfWinBody . style . width = "-webkit-fill-available" ;
170- wfWinBody . style . height = "-webkit-fill-available" ;
171- wfWinBody . style . background = "#cccccc" ;
172- wfbWidget . style . position = "absolute" ;
173- wfbWidget . style . left = "55px" ;
159+ var windowFrame = windowFrameElements [ i ] ;
160+ var wfWinBody = document . querySelector ( ".wfWinBody" ) ;
161+ var wfbWidget = document . querySelector ( ".wfbWidget" ) ;
162+ wfbWidget . style . overflow = "auto" ;
163+ wfbWidget . style . width = "-webkit-fill-available" ;
164+ wfbWidget . style . height = "-webkit-fill-available" ;
165+ windowFrame . style . height = "405px" ;
166+ windowFrame . style . width = "685px" ;
167+ wfWinBody . style . position = "absolute" ;
168+ wfWinBody . style . overflow = "auto" ;
169+ wfWinBody . style . width = "-webkit-fill-available" ;
170+ wfWinBody . style . height = "-webkit-fill-available" ;
171+ wfWinBody . style . background = "#cccccc" ;
172+ wfbWidget . style . position = "absolute" ;
173+ wfbWidget . style . left = "55px" ;
174174 }
175175 }
176176
@@ -705,15 +705,15 @@ class PhraseMaker {
705705 // An extra row for the note and tuplet values
706706 ptmTableRow = ptmTable . insertRow ( ) ;
707707 ptmCell = ptmTableRow . insertCell ( ) ;
708- ptmTableRow . setAttribute ( 'id' , ' bottomRow' ) ;
708+ ptmTableRow . setAttribute ( "id" , " bottomRow" ) ;
709709 ptmTableRow . style . position = "sticky" ;
710- ptmTableRow . style . bottom = ' 0px' ;
711- ptmTableRow . style . zIndex = '1' ;
710+ ptmTableRow . style . bottom = " 0px" ;
711+ ptmTableRow . style . zIndex = "1" ;
712712
713713 ptmCell . setAttribute ( "colspan" , "2" ) ;
714714 ptmCell . style . position = "sticky" ;
715- ptmCell . style . left = ' 1.2px' ;
716- ptmCell . style . zIndex = '1' ;
715+ ptmCell . style . left = " 1.2px" ;
716+ ptmCell . style . zIndex = "1" ;
717717 ptmCell . className = "headcol" ; // This cell is fixed horizontally.
718718
719719 tempTable = document . createElement ( "table" ) ;
0 commit comments