From 63b042c205d794e813b2f1657dec48c3abfcb1cc Mon Sep 17 00:00:00 2001 From: Mike Stupalov Date: Thu, 7 Mar 2019 14:24:00 +0300 Subject: [PATCH] Version bump for minify --- css/bootstrap-toggle.min.css | 2 +- css/bootstrap2-toggle.min.css | 2 +- js/bootstrap-toggle.min.js | 2 +- js/bootstrap2-toggle.min.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/css/bootstrap-toggle.min.css b/css/bootstrap-toggle.min.css index 04596ab..792d7af 100644 --- a/css/bootstrap-toggle.min.css +++ b/css/bootstrap-toggle.min.css @@ -1,5 +1,5 @@ /*! ======================================================================== - * Bootstrap Toggle: bootstrap-toggle.css v2.2.0 + * Bootstrap Toggle: bootstrap-toggle.css v2.2.3 * http://www.bootstraptoggle.com * ======================================================================== * Copyright 2014 Min Hur, The New York Times Company diff --git a/css/bootstrap2-toggle.min.css b/css/bootstrap2-toggle.min.css index fdede59..080d2b0 100644 --- a/css/bootstrap2-toggle.min.css +++ b/css/bootstrap2-toggle.min.css @@ -1,5 +1,5 @@ /*! ======================================================================== - * Bootstrap Toggle: bootstrap2-toggle.css v2.2.0 + * Bootstrap Toggle: bootstrap2-toggle.css v2.2.3 * http://www.bootstraptoggle.com * ======================================================================== * Copyright 2014 Min Hur, The New York Times Company diff --git a/js/bootstrap-toggle.min.js b/js/bootstrap-toggle.min.js index f07cdbc..0cf50f5 100644 --- a/js/bootstrap-toggle.min.js +++ b/js/bootstrap-toggle.min.js @@ -1,2 +1,2 @@ -!function(h){"use strict";var i=function(t,e){this.$element=h(t),this.options=h.extend({},this.defaults(),e),this.render()};i.VERSION="2.2.0",i.DEFAULTS={on:"On",off:"Off",onstyle:"primary",offstyle:"default",size:"normal",style:"",width:null,height:null},i.prototype.defaults=function(){return{on:this.$element.attr("data-on")||i.DEFAULTS.on,off:this.$element.attr("data-off")||i.DEFAULTS.off,onstyle:this.$element.attr("data-onstyle")||i.DEFAULTS.onstyle,offstyle:this.$element.attr("data-offstyle")||i.DEFAULTS.offstyle,size:this.$element.attr("data-size")||i.DEFAULTS.size,style:this.$element.attr("data-style")||i.DEFAULTS.style,width:this.$element.attr("data-width")||i.DEFAULTS.width,height:this.$element.attr("data-height")||i.DEFAULTS.height}},i.prototype.render=function(){this._onstyle="btn-"+this.options.onstyle,this._offstyle="btn-"+this.options.offstyle;var t="large"===this.options.size?"btn-lg":"small"===this.options.size?"btn-sm":"mini"===this.options.size?"btn-xs":"",e=h('