We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6363ce3 commit f506dd6Copy full SHA for f506dd6
1 file changed
src/app.js
@@ -73,9 +73,8 @@ weapi.App = function(divid, opt_options) {
73
return;
74
}
75
76
- goog.style.installStyles('.cesium-credit-textContainer:before{' +
77
- 'content:\'WebGL Earth \\2022\\20\';' +
78
- 'font-weight:bold;}');
+ goog.style.installStyles('.cesium-credit-textContainer:before{content:' +
+ '\'WebGL Earth \\2022\\20 Cesium \\2022\\20\';}');
79
80
this.CORSErrorReported = false;
81
weapi.maps.initStatics(this);
0 commit comments