alertifyjs-rails 1.4.0 → 1.4.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/app/assets/javascripts/alertify.js +4 -4
- data/app/assets/stylesheets/alertify.css +1 -1
- data/app/assets/stylesheets/alertify.rtl.css +1 -1
- data/app/assets/stylesheets/alertify/bootstrap.css +1 -1
- data/app/assets/stylesheets/alertify/bootstrap.rtl.css +1 -1
- data/app/assets/stylesheets/alertify/default.css +1 -1
- data/app/assets/stylesheets/alertify/default.rtl.css +1 -1
- data/app/assets/stylesheets/alertify/semantic.css +1 -1
- data/app/assets/stylesheets/alertify/semantic.rtl.css +1 -1
- data/lib/alertifyjs/rails/version.rb +1 -1
- 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: 7390fe74d453aee5532602c534b72c61256d9ece
|
|
4
|
+
data.tar.gz: 71e6728bff442c35766ac2c4dda7d8b9dfd1e5e3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a52a575467752bc54b70418249293829fc776997ce446f9e8175e99b4fb1685f6f717afc0aaa4e0e22c35ff05d8bdd4dadd134c2e869b48350642f4d67be42d2
|
|
7
|
+
data.tar.gz: 82d22226d0d751b390c9f567ef6f40fa9d43a69b09aec696617c9539ed6bc5a743bd7eb201986dc0ab6816029f643515230ea0c4eb64f589324c39228564f20a
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* alertifyjs 1.4.
|
|
2
|
+
* alertifyjs 1.4.1 http://alertifyjs.com
|
|
3
3
|
* AlertifyJS is a javascript framework for developing pretty browser dialogs and notifications.
|
|
4
4
|
* Copyright 2015 Mohammad Younes <Mohammad@alertifyjs.com> (http://alertifyjs.com)
|
|
5
5
|
* Licensed under MIT <http://opensource.org/licenses/mit-license.php>*/
|
|
@@ -2987,7 +2987,7 @@
|
|
|
2987
2987
|
timer: null,
|
|
2988
2988
|
index: null,
|
|
2989
2989
|
text: null,
|
|
2990
|
-
|
|
2990
|
+
duration: null,
|
|
2991
2991
|
task: function (event, self) {
|
|
2992
2992
|
if (self.isOpen()) {
|
|
2993
2993
|
self.__internal.buttons[autoConfirm.index].element.innerHTML = autoConfirm.text + ' (‏' + autoConfirm.duration + '‏) ';
|
|
@@ -3312,9 +3312,9 @@
|
|
|
3312
3312
|
var returnValue;
|
|
3313
3313
|
switch (closeEvent.index) {
|
|
3314
3314
|
case 0:
|
|
3315
|
-
this.value = input.value;
|
|
3315
|
+
this.settings.value = input.value;
|
|
3316
3316
|
if (typeof this.get('onok') === 'function') {
|
|
3317
|
-
returnValue = this.get('onok').call(this, closeEvent, this.value);
|
|
3317
|
+
returnValue = this.get('onok').call(this, closeEvent, this.settings.value);
|
|
3318
3318
|
if (typeof returnValue !== 'undefined') {
|
|
3319
3319
|
closeEvent.cancel = !returnValue;
|
|
3320
3320
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* alertifyjs 1.4.
|
|
2
|
+
* alertifyjs 1.4.1 http://alertifyjs.com
|
|
3
3
|
* AlertifyJS is a javascript framework for developing pretty browser dialogs and notifications.
|
|
4
4
|
* Copyright 2015 Mohammad Younes <Mohammad@alertifyjs.com> (http://alertifyjs.com)
|
|
5
5
|
* Licensed under MIT <http://opensource.org/licenses/mit-license.php>*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* alertifyjs 1.4.
|
|
2
|
+
* alertifyjs 1.4.1 http://alertifyjs.com
|
|
3
3
|
* AlertifyJS is a javascript framework for developing pretty browser dialogs and notifications.
|
|
4
4
|
* Copyright 2015 Mohammad Younes <Mohammad@alertifyjs.com> (http://alertifyjs.com)
|
|
5
5
|
* Licensed under MIT <http://opensource.org/licenses/mit-license.php>*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* alertifyjs 1.4.
|
|
2
|
+
* alertifyjs 1.4.1 http://alertifyjs.com
|
|
3
3
|
* AlertifyJS is a javascript framework for developing pretty browser dialogs and notifications.
|
|
4
4
|
* Copyright 2015 Mohammad Younes <Mohammad@alertifyjs.com> (http://alertifyjs.com)
|
|
5
5
|
* Licensed under MIT <http://opensource.org/licenses/mit-license.php>*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* alertifyjs 1.4.
|
|
2
|
+
* alertifyjs 1.4.1 http://alertifyjs.com
|
|
3
3
|
* AlertifyJS is a javascript framework for developing pretty browser dialogs and notifications.
|
|
4
4
|
* Copyright 2015 Mohammad Younes <Mohammad@alertifyjs.com> (http://alertifyjs.com)
|
|
5
5
|
* Licensed under MIT <http://opensource.org/licenses/mit-license.php>*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* alertifyjs 1.4.
|
|
2
|
+
* alertifyjs 1.4.1 http://alertifyjs.com
|
|
3
3
|
* AlertifyJS is a javascript framework for developing pretty browser dialogs and notifications.
|
|
4
4
|
* Copyright 2015 Mohammad Younes <Mohammad@alertifyjs.com> (http://alertifyjs.com)
|
|
5
5
|
* Licensed under MIT <http://opensource.org/licenses/mit-license.php>*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* alertifyjs 1.4.
|
|
2
|
+
* alertifyjs 1.4.1 http://alertifyjs.com
|
|
3
3
|
* AlertifyJS is a javascript framework for developing pretty browser dialogs and notifications.
|
|
4
4
|
* Copyright 2015 Mohammad Younes <Mohammad@alertifyjs.com> (http://alertifyjs.com)
|
|
5
5
|
* Licensed under MIT <http://opensource.org/licenses/mit-license.php>*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* alertifyjs 1.4.
|
|
2
|
+
* alertifyjs 1.4.1 http://alertifyjs.com
|
|
3
3
|
* AlertifyJS is a javascript framework for developing pretty browser dialogs and notifications.
|
|
4
4
|
* Copyright 2015 Mohammad Younes <Mohammad@alertifyjs.com> (http://alertifyjs.com)
|
|
5
5
|
* Licensed under MIT <http://opensource.org/licenses/mit-license.php>*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* alertifyjs 1.4.
|
|
2
|
+
* alertifyjs 1.4.1 http://alertifyjs.com
|
|
3
3
|
* AlertifyJS is a javascript framework for developing pretty browser dialogs and notifications.
|
|
4
4
|
* Copyright 2015 Mohammad Younes <Mohammad@alertifyjs.com> (http://alertifyjs.com)
|
|
5
5
|
* Licensed under MIT <http://opensource.org/licenses/mit-license.php>*/
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: alertifyjs-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.4.
|
|
4
|
+
version: 1.4.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- mkhairi
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-05-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Use Alertify.js (alertifyjs.com) with Rails 3 and 4
|
|
14
14
|
email:
|