Skip to content

Commit f506dd6

Browse files
committed
Added the forgotten credits to the Cesium project
1 parent 6363ce3 commit f506dd6

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/app.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,8 @@ weapi.App = function(divid, opt_options) {
7373
return;
7474
}
7575

76-
goog.style.installStyles('.cesium-credit-textContainer:before{' +
77-
'content:\'WebGL Earth \\2022\\20\';' +
78-
'font-weight:bold;}');
76+
goog.style.installStyles('.cesium-credit-textContainer:before{content:' +
77+
'\'WebGL Earth \\2022\\20 Cesium \\2022\\20\';}');
7978

8079
this.CORSErrorReported = false;
8180
weapi.maps.initStatics(this);

0 commit comments

Comments
 (0)