whoops 0.1.1 → 0.1.2
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.
|
@@ -20,9 +20,16 @@ Whoops = {
|
|
|
20
20
|
})
|
|
21
21
|
},
|
|
22
22
|
|
|
23
|
+
setupInfo: function() {
|
|
24
|
+
$(".info-revealer").click(function() {
|
|
25
|
+
$(".info").toggle(300)
|
|
26
|
+
})
|
|
27
|
+
},
|
|
28
|
+
|
|
23
29
|
setup: function() {
|
|
24
|
-
this.setupFilters()
|
|
30
|
+
this.setupFilters();
|
|
25
31
|
this.setupEventLinks();
|
|
32
|
+
this.setupInfo();
|
|
26
33
|
}
|
|
27
34
|
}
|
|
28
35
|
|
|
@@ -382,12 +382,12 @@ text-shadow: 0 1px 0 #fff;
|
|
|
382
382
|
margin: 10px 0 0 0;}
|
|
383
383
|
|
|
384
384
|
#sidebar a {
|
|
385
|
-
color: #666666;
|
|
386
|
-
text-decoration: none;
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
385
|
+
color: #666666;
|
|
386
|
+
text-decoration: none;
|
|
387
|
+
|
|
388
|
+
&:hover {
|
|
389
|
+
text-decoration: underline;
|
|
390
|
+
}
|
|
391
391
|
}
|
|
392
392
|
|
|
393
393
|
#sidebar footer {
|
|
@@ -951,4 +951,17 @@ font-size: 14px;}
|
|
|
951
951
|
}
|
|
952
952
|
}
|
|
953
953
|
}
|
|
954
|
+
}
|
|
955
|
+
|
|
956
|
+
// Info
|
|
957
|
+
.info-revealer {
|
|
958
|
+
cursor: pointer;
|
|
959
|
+
}
|
|
960
|
+
|
|
961
|
+
#sidebar .info {
|
|
962
|
+
display:none;
|
|
963
|
+
|
|
964
|
+
a {
|
|
965
|
+
text-decoration:underline;
|
|
966
|
+
}
|
|
954
967
|
}
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: whoops
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 31
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 1
|
|
9
|
-
-
|
|
10
|
-
version: 0.1.
|
|
9
|
+
- 2
|
|
10
|
+
version: 0.1.2
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Daniel Higginbotham
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2011-07-
|
|
18
|
+
date: 2011-07-23 00:00:00 -04:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|