Skip to content

Commit

Permalink
release 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ivaynberg committed Aug 14, 2012
1 parent 52907f2 commit c9a6c6d
Show file tree
Hide file tree
Showing 3 changed files with 82 additions and 3 deletions.
4 changes: 2 additions & 2 deletions select2.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Version: @@ver@@ Timestamp: @@timestamp@@
Version: 3.1 Timestamp: Tue Aug 14 09:05:17 PDT 2012
*/
.select2-container {
position: relative;
Expand Down Expand Up @@ -508,4 +508,4 @@ disabled look for already selected choices in the results dropdown
.select2-result-unselectable .select2-result-selectable .select2-match { text-decoration: underline; }
.select2-result-unselectable .select2-match { text-decoration: none; }

.select2-offscreen { position: absolute; left: -10000px; }
.select2-offscreen { position: absolute; left: -10000px; }
2 changes: 1 addition & 1 deletion select2.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
Copyright 2012 Igor Vaynberg
Version: @@ver@@ Timestamp: @@timestamp@@
Version: 3.1 Timestamp: Tue Aug 14 09:05:17 PDT 2012
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this work except in
compliance with the License. You may obtain a copy of the License in the LICENSE file, or at:
Expand Down
Loading

0 comments on commit c9a6c6d

Please sign in to comment.