vendor/assets/javascripts/noty/layouts/inline.js in noty-rails-2.1.0.1 vs vendor/assets/javascripts/noty/layouts/inline.js in noty-rails-2.2.0

- old
+ new

@@ -1,12 +1,12 @@ -;(function($) { +(function($) { $.noty.layouts.inline = { name: 'inline', options: {}, container: { - object: '<ul id="noty_inline_layout_container" />', - selector: 'ul#noty_inline_layout_container', + object: '<ul class="noty_inline_layout_container" />', + selector: 'ul.noty_inline_layout_container', style: function() { $(this).css({ width: '100%', height: 'auto', margin: 0, \ No newline at end of file