RubyGems
npm
Organizations
Log in
Sign up
RubyGems
voloko-sdoc
Versions diffs
0.2.11 → 0.2.11.1
voloko-sdoc 0.2.11 → 0.2.11.1
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (3)
hide
show
data/lib/sdoc/generator/template/direct/resources/panel/index.html
+1
-1
data/lib/sdoc/generator/template/shtml/resources/panel/index.html
+1
-1
metadata
+1
-1
data/lib/sdoc/generator/template/direct/resources/panel/index.html
CHANGED
Viewed
@@ -36,7 +36,7 @@
36
36
37
37
var s = window.parent.location.search.match(/\?q=(.*)$/);
38
38
if (s) {
39
-
s = decodeURIComponent(s[1])
39
+
s = decodeURIComponent(s[1])
.replace(/\+/g, ' ');
40
40
if (s.length > 0)
41
41
{
42
42
$('#search').val(s);
data/lib/sdoc/generator/template/shtml/resources/panel/index.html
CHANGED
Viewed
@@ -36,7 +36,7 @@
36
36
37
37
var s = window.parent.location.search.match(/\?q=(.*)$/);
38
38
if (s) {
39
-
s = decodeURIComponent(s[1])
39
+
s = decodeURIComponent(s[1])
.replace(/\+/g, ' ');
40
40
if (s.length > 0)
41
41
{
42
42
$('#search').val(s);
metadata
CHANGED
Viewed
@@ -1,7 +1,7 @@
1
1
--- !ruby/object:Gem::Specification
2
2
name: voloko-sdoc
3
3
version: !ruby/object:Gem::Version
4
-
version: 0.2.11
4
+
version: 0.2.11
.1
5
5
platform: ruby
6
6
authors:
7
7
- Volodya Kolesnikov