searchViz 0.0.8 → 0.0.9

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.8"
2
+ VERSION = "0.0.9"
3
3
  end
@@ -44,11 +44,11 @@ searchVizCookie = function(urlrpeplaceRP,urlrpeplaceH,opt) {
44
44
  }
45
45
  };
46
46
 
47
- OnHashDataLoad = function(blk_id, page_id, q, opt) {
47
+ 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";
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) {
@@ -58,7 +58,7 @@ OnHashDataLoad = function(blk_id, page_id, q, opt) {
58
58
  }
59
59
  };
60
60
 
61
- HashDataLoad = function(path, hash_data, blk_id, page_id, q, opt) {
61
+ HashDataLoad = function(path, hash_data, page_id, q, opt) {
62
62
  if(opt=="H") {
63
63
  urlrp = path + "?q=" + q + "&page_id=" + page_id + hash_data;
64
64
  urlh = "?q=" + q + "&page_id=" + page_id + hash_data;
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.8
4
+ version: 0.0.9
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-01-21 00:00:00.000000000 Z
12
+ date: 2013-01-22 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Write a gem description
15
15
  email: