Skip to content

Commit fbb67d8

Browse files
Portugal, MarceloPortugal, Marcelo
authored andcommitted
gh-pages v4.6.2-8c861005
1 parent 8305351 commit fbb67d8

File tree

111 files changed

+139
-127
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

111 files changed

+139
-127
lines changed

docs/index.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,21 @@
311311
<div id="loading" ng-show="loading">Loading...</div>
312312

313313

314+
<div class="row text-center" ng-if="adsConfig.client && adsConfig.slot">
315+
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
316+
<ins class="adsbygoogle"
317+
style="display:block"
318+
ng-attr-data-ad-client="{{adsConfig.client}}"
319+
ng-attr-data-ad-slot="{{adsConfig.slot}}"
320+
data-ad-format="auto"></ins>
321+
<script>
322+
(adsbygoogle = window.adsbygoogle || []).push({});
323+
</script>
324+
<small><a href="" title="Advertising covers the costs of running this site, and funds extra support and development.">Why does this site have ads?</a></small>
325+
</div>
326+
327+
<br>
328+
314329

315330
<div ng-hide="loading" ng-include src="currentPage.partialUrl" onload="afterPartialLoaded()" autoscroll class="content slide-reveal"></div>
316331

docs/js/docs-setup.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2613,7 +2613,10 @@ UI_DOCS={
26132613
"jszip.min.js",
26142614
"excel-builder.dist.js"
26152615
]
2616-
}; ADS_CONFIG=undefined; VERSIONED_FILES={
2616+
}; ADS_CONFIG={
2617+
"client": "ca-pub-6177019177103290",
2618+
"slot": "3609320072"
2619+
}; VERSIONED_FILES={
26172620
"default": "stable",
26182621
"waitEval": "(function() { var ret = true; try { angular.module('ui.grid'); } catch (e) { ret = false; } return ret; })()",
26192622
"versions": {

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,11 @@ <h1 class="text-center">Angular UI Grid</h1>
7676
Code on Github
7777
</a>
7878

79-
<a class="btn btn-danger btn-large" href="https://github.com/angular-ui/ui-grid.info/tree/gh-pages/release" title="Download 4.6.2">
79+
<a class="btn btn-danger btn-large" href="https://github.com/angular-ui/ui-grid.info/tree/gh-pages/release" title="Download 4.6.2-8c861005">
8080
<i class="fa fa-download fa-fw"></i>
81-
<!-- Download <small>( 4.6.2 / 4.6.2 )</small> --> <!-- TODO(c0bra): note: not showing stable version till 3.0.0 is released -->
81+
<!-- Download <small>( 4.6.2 / 4.6.2-8c861005 )</small> --> <!-- TODO(c0bra): note: not showing stable version till 3.0.0 is released -->
8282

83-
Download <small>( 4.6.2 )</small>
83+
Download <small>( 4.6.2-8c861005 )</small>
8484
</a>
8585

8686
<a class="btn btn-success btn-large" href="/docs/#!/tutorial" title="Tutorial">

release/i18n/ui-grid.language.all.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* ui-grid - v4.6.2 - 2018-07-18
2+
* ui-grid - v4.6.2-8c861005 - 2018-07-18
33
* Copyright (c) 2018 ; License: MIT
44
*/
55

release/i18n/ui-grid.language.all.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

release/i18n/ui-grid.language.ar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* ui-grid - v4.6.2 - 2018-07-18
2+
* ui-grid - v4.6.2-8c861005 - 2018-07-18
33
* Copyright (c) 2018 ; License: MIT
44
*/
55

release/i18n/ui-grid.language.ar.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

release/i18n/ui-grid.language.bg.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* ui-grid - v4.6.2 - 2018-07-18
2+
* ui-grid - v4.6.2-8c861005 - 2018-07-18
33
* Copyright (c) 2018 ; License: MIT
44
*/
55

release/i18n/ui-grid.language.bg.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

release/i18n/ui-grid.language.cs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* ui-grid - v4.6.2 - 2018-07-18
2+
* ui-grid - v4.6.2-8c861005 - 2018-07-18
33
* Copyright (c) 2018 ; License: MIT
44
*/
55

0 commit comments

Comments
 (0)