Skip to content

Commit

Permalink
Release version 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Tsai committed Jul 21, 2017
1 parent c2c6a44 commit dc45b11
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
5 changes: 3 additions & 2 deletions dist/jquery.tree-multiselect.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* jQuery Tree Multiselect v2.3.0 | (c) Patrick Tsai | MIT Licensed */
/* jQuery Tree Multiselect v2.3.1 | (c) Patrick Tsai | MIT Licensed */
div.tree-multiselect {
border: 2px solid #D8D8D8;
border-radius: 5px;
Expand All @@ -20,7 +20,8 @@ div.tree-multiselect {
div.tree-multiselect > div.selections div.item {
margin-left: 16px; }
div.tree-multiselect > div.selections div.item label {
cursor: pointer; }
cursor: pointer;
display: inline; }
div.tree-multiselect > div.selections.no-border {
border-right: none; }
div.tree-multiselect > div.selected > div.item {
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.tree-multiselect.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* jQuery Tree Multiselect v2.3.0 | (c) Patrick Tsai | MIT Licensed */
/* jQuery Tree Multiselect v2.3.1 | (c) Patrick Tsai | MIT Licensed */
(function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){
'use strict';

Expand Down
4 changes: 2 additions & 2 deletions dist/jquery.tree-multiselect.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit dc45b11

Please sign in to comment.