From f99a877700b894121fddae6c391aa6a44698daf9 Mon Sep 17 00:00:00 2001 From: Manuel van Rijn Date: Tue, 6 Jan 2015 16:58:50 +0100 Subject: [PATCH] updated to v3.3.1 --- vendor/assets/javascripts/bootstrap-switch.js | 4 ++-- vendor/assets/stylesheets/bootstrap2-switch.css.scss | 2 +- vendor/assets/stylesheets/bootstrap3-switch.css.scss | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/vendor/assets/javascripts/bootstrap-switch.js b/vendor/assets/javascripts/bootstrap-switch.js index bf87e65..ba4151b 100644 --- a/vendor/assets/javascripts/bootstrap-switch.js +++ b/vendor/assets/javascripts/bootstrap-switch.js @@ -1,5 +1,5 @@ /* ======================================================================== - * bootstrap-switch - v3.3.0 + * bootstrap-switch - v3.3.1 * http://www.bootstrap-switch.org * ======================================================================== * Copyright 2012-2013 Mattia Larentis @@ -493,8 +493,8 @@ if (_this.$element.is(":radio")) { $("[name='" + (_this.$element.attr('name')) + "']").not(_this.$element).prop("checked", false).trigger("change.bootstrapSwitch", true); } + return _this.$element.trigger("switchChange.bootstrapSwitch", [state]); } - return _this.$element.trigger("switchChange.bootstrapSwitch", [state]); }; })(this), "focus.bootstrapSwitch": (function(_this) { diff --git a/vendor/assets/stylesheets/bootstrap2-switch.css.scss b/vendor/assets/stylesheets/bootstrap2-switch.css.scss index f8253ed..740f463 100644 --- a/vendor/assets/stylesheets/bootstrap2-switch.css.scss +++ b/vendor/assets/stylesheets/bootstrap2-switch.css.scss @@ -1,5 +1,5 @@ /* ======================================================================== - * bootstrap-switch - v3.3.0 + * bootstrap-switch - v3.3.1 * http://www.bootstrap-switch.org * ======================================================================== * Copyright 2012-2013 Mattia Larentis diff --git a/vendor/assets/stylesheets/bootstrap3-switch.css.scss b/vendor/assets/stylesheets/bootstrap3-switch.css.scss index 2324336..eedc852 100644 --- a/vendor/assets/stylesheets/bootstrap3-switch.css.scss +++ b/vendor/assets/stylesheets/bootstrap3-switch.css.scss @@ -1,5 +1,5 @@ /* ======================================================================== - * bootstrap-switch - v3.3.0 + * bootstrap-switch - v3.3.1 * http://www.bootstrap-switch.org * ======================================================================== * Copyright 2012-2013 Mattia Larentis