scrollytelling-pageflow-navigation 1.12.2 → 1.13.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 576f87fccc3783c31c64726472d715931276f834
|
4
|
+
data.tar.gz: ef7fc590ff3cfcc18c7a8cdcd6f6fda11293a210
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: aa3b2d6ac8fa02a5a2df49df0dc691831084e56067de67c0004e68942a9db27e5942956ff1e091269b318fb16db84c7c06bac18ed4b4c97b4a3cdfa61d420385
|
7
|
+
data.tar.gz: 7a0d47d465e0d1951cf7b4e2a96ad098727d45c4a07031808d2fd31e9b4adc357fd8b3c43c7382823d089d55c8e469a40c3c89122885d0c0ccfd11d6e4c9cb20
|
@@ -22,7 +22,7 @@ $.widget('scrollytelling.twitterSharing', {
|
|
22
22
|
event.preventDefault();
|
23
23
|
var summary = $("meta[name='description']").attr('content');
|
24
24
|
window.scrollytelling = window.scrollytelling || {};
|
25
|
-
var twitter_via = window.scrollytelling.twitter_via || '
|
25
|
+
var twitter_via = window.scrollytelling.twitter_via || 'scrollytelling';
|
26
26
|
var twSharer = window.open(
|
27
27
|
"//twitter.com/intent/tweet?text="+encodeURIComponent(summary)+"&via="+twitter_via+"&url="+encodeURIComponent(location.href.replace(location.hash,"")),
|
28
28
|
"Twitter",
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: scrollytelling-pageflow-navigation
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.13.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Joost Baaij
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2017-01-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: pageflow
|