searchViz 0.0.3 → 0.0.4

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.3"
2
+ VERSION = "0.0.4"
3
3
  end
@@ -3,15 +3,11 @@
3
3
  var AjaxGet, AjaxPut, searchViz, searchVizHistory, searchVizHash, searchVizCookie, hashUrlParse;
4
4
 
5
5
  searchVizHistory = function(urlReplaceR) {
6
- if (history.pushState) {
7
6
  return history.pushState(null, document.title, urlReplaceR);
8
- }
9
7
  };
10
8
 
11
9
  searchVizHash = function(urlReplaceH) {
12
- if (window.location.hash) {
13
10
  window.location.hash = urlReplaceH;
14
- }
15
11
  };
16
12
 
17
13
  searchVizHashRemove = function(urlReplaceH) {
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.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: