Compare commits
2 commits
Author | SHA1 | Date | |
---|---|---|---|
|
adaedded3e | ||
|
9697ae1e7f |
4 changed files with 25 additions and 3 deletions
|
@ -3,6 +3,6 @@
|
||||||
"version": "3.3.2",
|
"version": "3.3.2",
|
||||||
"main": ["select2.js", "select2.css", "select2.png", "select2x2.png", "spinner.gif"],
|
"main": ["select2.js", "select2.css", "select2.png", "select2x2.png", "spinner.gif"],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"jquery": "~1.4.4"
|
"jquery": ">=1.4.6"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
Version: @@ver@@ Timestamp: @@timestamp@@
|
Version: 3.3.2 Timestamp: Mon Mar 25 12:14:18 PDT 2013
|
||||||
*/
|
*/
|
||||||
.select2-container {
|
.select2-container {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
Copyright 2012 Igor Vaynberg
|
Copyright 2012 Igor Vaynberg
|
||||||
|
|
||||||
Version: @@ver@@ Timestamp: @@timestamp@@
|
Version: 3.3.2 Timestamp: Mon Mar 25 12:14:18 PDT 2013
|
||||||
|
|
||||||
This software is licensed under the Apache License, Version 2.0 (the "Apache License") or the GNU
|
This software is licensed under the Apache License, Version 2.0 (the "Apache License") or the GNU
|
||||||
General Public License version 2 (the "GPL License"). You may choose either license to govern your
|
General Public License version 2 (the "GPL License"). You may choose either license to govern your
|
||||||
|
|
22
select2.min.js
vendored
Normal file
22
select2.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue