sangha_accessibility 0.4.8 → 0.4.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 85e215145af8b0b3717a75c0c81330efa663f75d
4
- data.tar.gz: a93a50199ab37aa999805e897a96bed96603f05b
3
+ metadata.gz: 26b70fc949d25b6942b83c53308b270ce277a113
4
+ data.tar.gz: 116421123c9a9c14550fd65581329111dd2349bd
5
5
  SHA512:
6
- metadata.gz: 943b9129fcccd41c85fe6fafa51bcf7ad41b04e7d49ffa2cfc0332ea7a630671f019ae03662194cd684af9fbaac8d85feefe2ec50887aa9f3fa2bbc11ab31335
7
- data.tar.gz: 62067001d63c221ebc01427e1536975cdeb80790f42ec6f39e7a6057c2133cdfd7895d9768c22de8da763172a29134e828ff21c586c86d174e66a958879edfb0
6
+ metadata.gz: 1fdcdbf195d713d6321353b1b0c0c1d536816c80b4f89bf70a34239fa3b988863fbd688c362352bf6564c2ac37b092c5728bc3d690b1523e600a88a8cef701ef
7
+ data.tar.gz: 9bbc108cb89c595f6a77f9369739972777580623aad3ae339ad03be3ba34e573e9e38fa8371f6bae4bfbece7e97267b534867a9be1a3c21af08984545d059d44
@@ -9,7 +9,7 @@ module SanghaAccessibility
9
9
  end
10
10
 
11
11
  def button_for
12
- button_to("Submit", "https://www.google.com", {id: "btn_1", remote: true})
12
+ button_to("Go to Google", "https://www.google.com", {id: "btn_1", onclick => "myFunction"})
13
13
  end
14
14
  end
15
15
  end
@@ -1,3 +1,3 @@
1
1
  module SanghaAccessibility
2
- VERSION = "0.4.8"
2
+ VERSION = "0.4.9"
3
3
  end
@@ -1,7 +1,3 @@
1
- $(document).ready(function() {
2
- btnSubmit = $("#btn_1");
3
- btnSubmit.click(function(){
4
- alert("Hello world");
5
- });
6
- }); // end ready()
7
-
1
+ function myFunction() {
2
+ alert("Hello world");
3
+ }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sangha_accessibility
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.8
4
+ version: 0.4.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sanghapal Bhowate