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.
@@ -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);
@@ -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
@@ -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