@@ -80,17 +80,16 @@ function addZoomPanControllers () {
8080 return ;
8181 }
8282
83- var themeImagePath = $ ( '#themeImagePath' ) . val ( ) ;
8483 $ ( '#placeholder' ) . append (
8584 // pan arrows
86- '<img class="button" id="left_arrow" src="' + themeImagePath + 'west-mini.png">' ,
87- '<img class="button" id="right_arrow" src="' + themeImagePath + 'east-mini.png">' ,
88- '<img class="button" id="up_arrow" src="' + themeImagePath + 'north-mini.png">' ,
89- '<img class="button" id="down_arrow" src="' + themeImagePath + 'south-mini.png">' ,
85+ '<img class="button" id="left_arrow" src="' + window . themeImagePath + 'west-mini.png">' ,
86+ '<img class="button" id="right_arrow" src="' + window . themeImagePath + 'east-mini.png">' ,
87+ '<img class="button" id="up_arrow" src="' + window . themeImagePath + 'north-mini.png">' ,
88+ '<img class="button" id="down_arrow" src="' + window . themeImagePath + 'south-mini.png">' ,
9089 // zoom controls
91- '<img class="button" id="zoom_in" src="' + themeImagePath + 'zoom-plus-mini.png">' ,
92- '<img class="button" id="zoom_world" src="' + themeImagePath + 'zoom-world-mini.png">' ,
93- '<img class="button" id="zoom_out" src="' + themeImagePath + 'zoom-minus-mini.png">'
90+ '<img class="button" id="zoom_in" src="' + window . themeImagePath + 'zoom-plus-mini.png">' ,
91+ '<img class="button" id="zoom_world" src="' + window . themeImagePath + 'zoom-world-mini.png">' ,
92+ '<img class="button" id="zoom_out" src="' + window . themeImagePath + 'zoom-minus-mini.png">'
9493 ) ;
9594}
9695
0 commit comments