data-confirm-modal 1.6.0 → 1.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/data-confirm-modal/version.rb +1 -1
- data/package.json +1 -1
- data/vendor/assets/javascripts/data-confirm-modal.js +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8e43b456cdb22c7ec4cb17bf6d2de3ba2d6cc98c
|
|
4
|
+
data.tar.gz: 29c97b739e4923291eb10c5a64ec7aa31409fc05
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 739801c29ed6606349189ab5f45aadc3fdcfb89d589ed50a0c09f374da160b0f531c3a4f9053645627a693249bd431b0b3bfcadfaa21f68c24066d79ee8548e3
|
|
7
|
+
data.tar.gz: 63c9c5a48634e9db202fbda0253751d35fa23812b70dc25d1884745b95d68272a3e05f47e794d8f44ab053e98589c333e7d73298e42d3c174ea5b2824e5a5a4f
|
data/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "data-confirm-modal",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.1",
|
|
4
4
|
"description": "Makes Rails' link_to confirm: 'foo' build a Bootstrap Modal instead of calling the browser's confirm() API.",
|
|
5
5
|
"main": "vendor/assets/javascripts/data-confirm-modal.js",
|
|
6
6
|
"repository": "https://github.com/ifad/data-confirm-modal.git",
|
|
@@ -268,11 +268,11 @@
|
|
|
268
268
|
$('body').append(modal);
|
|
269
269
|
|
|
270
270
|
modal.spawn = function() {
|
|
271
|
-
return modal.modal({
|
|
271
|
+
return modal.modal($.extend({}, {
|
|
272
272
|
backdrop: options.backdrop,
|
|
273
273
|
keyboard: options.keyboard,
|
|
274
274
|
show: options.show
|
|
275
|
-
});
|
|
275
|
+
}));
|
|
276
276
|
};
|
|
277
277
|
|
|
278
278
|
return modal;
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: data-confirm-modal
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.6.
|
|
4
|
+
version: 1.6.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Marcello Barnaba
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2018-01-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: railties
|