Mercurial > hg > STI-GWT
changeset 17:8f1aa93fad09
added missing class attribute of map canvas
author | Sebastian Kruse <skruse@mpiwg-berlin.mpg.de> |
---|---|
date | Mon, 26 Nov 2012 14:42:19 +0100 |
parents | 775477d89709 |
children | 60d50ef2261f |
files | war/scripts/sti/STIMap.js |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/war/scripts/sti/STIMap.js Mon Nov 26 14:41:38 2012 +0100 +++ b/war/scripts/sti/STIMap.js Mon Nov 26 14:42:19 2012 +0100 @@ -671,6 +671,7 @@ if (cv == null) { cv = document.createElement("canvas"); cv.id = "mapCanvas"; + cv.className = "mapCanvas"; mapWindow.appendChild(cv); } cv.width = document.getElementById(this.container).clientWidth;