thin_man 0.18.7 → 0.18.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/javascripts/thin_man.js +1 -1
- data/lib/thin_man/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dfcee398a512f3c1566f1ccb7b39cebfa7d11a7b
|
4
|
+
data.tar.gz: 15401b14f19967df3219dcf4319d6dce7622c149
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5efd97ae8d11384ba9b15ba00aef30e1cafb8ca4cd12081b12ef792d5aebdc9dd56492d95e8995beb86b286e87d35c0dbdf6d108c70c7edc5ee2f15c694bebfc
|
7
|
+
data.tar.gz: 4c34d42f254d97957bed9af5169aae3ee82cc704dfb837b842e702c81e85a0aa8b1e364841c038b014add4d3febd1ad4907f442c9487a23015e007be5f4d977e
|
@@ -424,7 +424,7 @@ var initThinMan = function(){
|
|
424
424
|
init: function(type,message,elem,duration){
|
425
425
|
this.flash_container = $('[data-thin-man-flash-template]').clone();
|
426
426
|
this.flash_container.removeAttr('data-thin-man-flash-template');
|
427
|
-
this.flash_container.attr('data-thin-man-flash-container');
|
427
|
+
this.flash_container.attr('data-thin-man-flash-container',true);
|
428
428
|
$('body').append(this.flash_container);
|
429
429
|
this.flash_container.css({position:'absolute',visibility: 'hidden'});
|
430
430
|
this.alert_type = type;
|
data/lib/thin_man/version.rb
CHANGED