]> CRI, Mines Paris - PSL - Portfolio.git/blobdiff - skins/mosaique.js
typo--
[Portfolio.git] / skins / mosaique.js
index 8bb2ac7cd59fe4a256c34baf0ba0ab08590d89f1..47b8d1e65d423097e945301b0999ada62fe9314e 100755 (executable)
@@ -135,7 +135,7 @@ Mosaique.prototype.prepareScreen = function() {
                position = 'absolute';
                width = this.screenWidth - this.margins['right'] + 'px';
                height = this.screenHeight - this.margins['bottom'] + 'px';
-               background = base_properties["backgroundColor"];
+               background = base_properties["contentBackgroundColor"];
                overflow = 'hidden';
        }
        this.screenArea.insertBefore(mask, this.screenArea.firstChild);