diff --git a/Gruntfile.js b/Gruntfile.js index de3f787f..748dbc0b 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -8,7 +8,7 @@ module.exports = function(grunt) { commit : false, commitMessage : 'Release v%VERSION%', commitFiles : ['-a'], - createTag : true, + createTag : false, tagName : 'v%VERSION%', tagMessage : 'Version %VERSION%', push : false, diff --git a/bower.json b/bower.json index 27fb0ec3..eaecb690 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name" : "noty", - "version" : "2.3.3", + "version" : "2.3.4", "main" : "js/noty/packaged/jquery.noty.packaged.js", "authors" : [ "Nedim Arabacı" diff --git a/js/noty/jquery.noty.js b/js/noty/jquery.noty.js index 165c81d9..dc9350a6 100644 --- a/js/noty/jquery.noty.js +++ b/js/noty/jquery.noty.js @@ -1,6 +1,6 @@ /*! @package noty - jQuery Notification Plugin - @version version: 2.3.3 + @version version: 2.3.4 @contributors https://github.com/needim/noty/graphs/contributors @documentation Examples and Documentation - http://needim.github.com/noty/ @@ -183,8 +183,6 @@ return; } - //this.$bar.dequeue(); - if(!this.shown && !this.showing) { // If we are still waiting in the queue just delete from queue var queue = []; $.each($.noty.queue, function(i, n) { diff --git a/js/noty/packaged/jquery.noty.packaged.js b/js/noty/packaged/jquery.noty.packaged.js index 50b5bcf8..a98f34e3 100644 --- a/js/noty/packaged/jquery.noty.packaged.js +++ b/js/noty/packaged/jquery.noty.packaged.js @@ -7,7 +7,7 @@ /*! @package noty - jQuery Notification Plugin - @version version: 2.3.3 + @version version: 2.3.4 @contributors https://github.com/needim/noty/graphs/contributors @documentation Examples and Documentation - http://needim.github.com/noty/ @@ -81,9 +81,9 @@ $.each(this.options.buttons, function(i, button) { var $button = $('