searchViz 0.0.9 → 0.0.10

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module SearchViz
2
- VERSION = "0.0.9"
2
+ VERSION = "0.0.10"
3
3
  end
@@ -48,7 +48,7 @@ OnHashDataLoad = function(blk_id, ctrl_q, opt) {
48
48
  if(opt=="H") {
49
49
  hash = window.location.hash.substring(1);
50
50
  path = window.location.pathname;
51
- url = path + hash + "&trigger_call=svZ" + "ctrl_q =" + ctrl_q;
51
+ url = path + hash + "&trigger_call=svZ" + "&ctrl_q =" + ctrl_q;
52
52
  urlrp = path + hash;
53
53
  urlh = hash;
54
54
  $.get(url, function(data, status, xhr) {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: searchViz
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.0.10
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: