kopia lustrzana https://github.com/c9/core
commit
882e4b7d16
|
@ -116,7 +116,7 @@ define(function(require, exports, module) {
|
|||
ui.insertCss(css, null, plugin);
|
||||
|
||||
// Create UI elements
|
||||
ui.insertMarkup(null, markup, plugin);
|
||||
ui.insertMarkup(null, markup.replace(/{YEAR}/g, new Date().getFullYear()), plugin);
|
||||
|
||||
aboutDialog = plugin.getElement("aboutDialog");
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
</p>
|
||||
</div>
|
||||
<div class="c9Copyright">
|
||||
<p>© 2010 — 2017 Cloud9 Inc. All rights reserved</p>
|
||||
<p>© 2010 — {YEAR} Cloud9 Inc. All rights reserved</p>
|
||||
</div>
|
||||
</div>
|
||||
</a:window>
|
||||
|
|
Ładowanie…
Reference in New Issue