Skip to content
This repository has been archived by the owner on Dec 17, 2017. It is now read-only.

Commit

Permalink
Restore selection functionality to select2
Browse files Browse the repository at this point in the history
Removed incorrectly when removing changes to select2 for li -> div
functionality
  • Loading branch information
glasnt committed Sep 5, 2014
1 parent 2eb97e2 commit db8583d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions vendor/assets/javascripts/select2.js
Original file line number Diff line number Diff line change
Expand Up @@ -2972,10 +2972,8 @@ the specific language governing permissions and limitations under the Apache Lic
}));
}

choice.data("select2-data", data);
choice.insertBefore(this.searchContainer);
// choice.data("select2-data", data);
// var table = $("#selection");
// choice.insertBefore(table);

val.push(id);
this.setVal(val);
Expand Down

0 comments on commit db8583d

Please sign in to comment.