Skip to content

Commit

Permalink
Added the forgotten credits to the Cesium project
Browse files Browse the repository at this point in the history
  • Loading branch information
petrsloup committed Jul 23, 2014
1 parent 6363ce3 commit f506dd6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,8 @@ weapi.App = function(divid, opt_options) {
return;
}

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

this.CORSErrorReported = false;
weapi.maps.initStatics(this);
Expand Down

0 comments on commit f506dd6

Please sign in to comment.