radiant-site_templates-extension 1.0.3 → 1.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -124,10 +124,10 @@
124
124
  id: 1
125
125
  content: |-
126
126
  <script>
127
- var _gaq=[['_setAccount','UA-XXXXX-X'],['_trackPageview']]; // Change UA-XXXXX-X to be your site's ID
128
- (function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];g.async=1;
129
- g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
130
- s.parentNode.insertBefore(g,s)}(document,'script'));
127
+ var _gaq=[['_setAccount','UA-XXXXX-X'],['_trackPageview']]; // Change UA-XXXXX-X to be your site's ID
128
+ (function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];g.async=1;
129
+ g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
130
+ s.parentNode.insertBefore(g,s)}(document,'script'));
131
131
  </script>
132
132
  - 4:
133
133
  name: boxed
@@ -1,3 +1,3 @@
1
1
  module RadiantSiteTemplatesExtension
2
- VERSION = "1.0.3"
2
+ VERSION = "1.0.4"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: radiant-site_templates-extension
3
3
  version: !ruby/object:Gem::Version
4
- hash: 17
4
+ hash: 31
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 3
10
- version: 1.0.3
9
+ - 4
10
+ version: 1.0.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Radiant CMS Dev Team