peteshow 0.7.8 → 0.7.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +8 -8
- data/dist/peteshow.js +1 -1
- data/dist/peteshow.min.js +2 -2
- data/lib/assets/javascripts/peteshow.js +1 -1
- data/lib/assets/javascripts/peteshow.min.js +2 -2
- data/package.json +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
YjdhZTlkMWM3NjAxNGRiZDhkZGYyMGI0MzJmZDE5NTFlNDI4ZTM4Yg==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
ODViMDAzZTZiNDJkY2Q1MTlhYTYyYzY2NmU2NDQ0Mjc5MGU4NDMyNg==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
YjAxYjcwNzQ2OGEzZGI4YmJlMWZjNTA5NzJlZWU5NzAxNDZmZWM5NmM4ZGMy
|
10
|
+
OTVjZDk2Zjg2MTNhNzJjZjdjMTdiNGJlZmQ1N2U5MzRiOTlkYTJkNmFmMWMx
|
11
|
+
ZjdhODgxZDM0MmNlYzIxNmQyNjRjMDZlMDFjODIyOWMxOGNhZTM=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
MDA1ZmY0NDRjYTU5YWFkZDY1NzFlMTZkYWY0ZDkwMTdmOGU0NjU0ZTZjNzZj
|
14
|
+
ZDgyZWFhYTIxZjA2OGEzNmRjM2NhYjI2MTI2OThiMWNhZDUxNDY1ZDgyYjk1
|
15
|
+
MzNjYjdjODgxMWRmMGZhNjhiYTZmYzVlNjFjMDgxYmJjMWJjNzU=
|
data/dist/peteshow.js
CHANGED
@@ -1145,7 +1145,7 @@ if (typeof define == 'function'){
|
|
1145
1145
|
|
1146
1146
|
bindEvents = function() {
|
1147
1147
|
var commands = [
|
1148
|
-
[ $toggle, function() { Peteshow.toggle } ],
|
1148
|
+
[ $toggle, function() { Peteshow.toggle() } ],
|
1149
1149
|
[ $('#fill-out-forms'), function() { Peteshow.fillOutForms() } ],
|
1150
1150
|
[ $('#fill-out-forms-and-submit'), function() { Peteshow.fillOutForms(); Peteshow.submitForm() } ],
|
1151
1151
|
[ $('#clear-localstorage'), function() { Peteshow.clearLocalStorage() } ],
|