auto_awesomplete 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of auto_awesomplete might be problematic. Click here for more details.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7681bc976f1b4d99f82a426f69532ca68f8e64d0
|
4
|
+
data.tar.gz: 4cd3d2281016fdbdb446817709b308b88d3ea2fc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3f5c52887c681f535263f4baef57977c69a7797d3e9c634db3b6807603fadac14d7699f8b48032766354b1388a54d46ba0d08caef56cfb1693c2e27d29498b85
|
7
|
+
data.tar.gz: e064e432e5c0a5c5d855fc7be01703bda01a47d9b952914a8294434e3e80e04b5d97c3dad80499a6c6212f6f62b93979728e419d7a083283a26f86f7f597d98f
|
@@ -17,7 +17,13 @@
|
|
17
17
|
$inputs = $(':not(.awesomplete) > input.auto-ajax-awesomplete')
|
18
18
|
$inputs.each ->
|
19
19
|
$input = $(this)
|
20
|
-
awesomplete = new Awesomplete(
|
20
|
+
awesomplete = new Awesomplete(
|
21
|
+
this,
|
22
|
+
{
|
23
|
+
filter: ->
|
24
|
+
true
|
25
|
+
}
|
26
|
+
)
|
21
27
|
$input.on 'input', ->
|
22
28
|
$textInput = $(this)
|
23
29
|
path = $textInput.data('awesomplete-href')
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: auto_awesomplete
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dmitry Lisichkin
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2016-
|
12
|
+
date: 2016-11-16 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: railties
|