Skip to content

Commit

Permalink
Fix build errors
Browse files Browse the repository at this point in the history
Fixes some deployment build errors.
  • Loading branch information
Cobra-Bitcoin committed Oct 16, 2015
1 parent e5e81c3 commit 4107f65
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions js/analytics.js
@@ -1,6 +1,10 @@
/* jshint ignore:start */

(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),
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');
ga('create', 'UA-46627233-1', 'auto');
ga('send', 'pageview');

/* jshint ignore:end */
2 changes: 2 additions & 0 deletions js/cookieconsent/cookieconsent.js
@@ -1,5 +1,7 @@
---
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 () {
Expand Down

0 comments on commit 4107f65

Please sign in to comment.