mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Fix build errors
Fixes some deployment build errors.
This commit is contained in:
parent
e5e81c398a
commit
4107f65705
2 changed files with 6 additions and 0 deletions
|
@ -1,6 +1,10 @@
|
||||||
|
/* jshint ignore:start */
|
||||||
|
|
||||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||||||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
||||||
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
||||||
ga('create', 'UA-46627233-1', 'auto');
|
ga('create', 'UA-46627233-1', 'auto');
|
||||||
ga('send', 'pageview');
|
ga('send', 'pageview');
|
||||||
|
|
||||||
|
/* jshint ignore:end */
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
id: cookie-notification
|
id: cookie-notification
|
||||||
|
# This file is licensed under the GNU General Public License Version 3 available on
|
||||||
|
# http://www.gnu.org/licenses/gpl-3.0.en.html
|
||||||
---
|
---
|
||||||
|
|
||||||
(function () {
|
(function () {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue