1
0
mirror of synced 2024-11-22 13:06:08 +03:00

catch up to master

This commit is contained in:
Igor Vaynberg 2012-07-25 14:08:48 +03:00
parent 78e31d588a
commit 859b24e3c1
2 changed files with 3 additions and 3 deletions

View File

@ -86,7 +86,7 @@ $("#e5").select2({
<script id="script_e6">
$(document).ready(function() {
$("#e6").select2({
placeholder: {title: "Search for a movie", id: ""},
placeholder: "Search for a movie",
minimumInputLength: 1,
ajax: { // instead of writing the function to execute the request we use Select2's convenient helper
url: "http://api.rottentomatoes.com/api/public/v1.0/movies.json",
@ -113,7 +113,7 @@ $("#e6").select2({
<script id="script_e7">
$(document).ready(function() {
$("#e7").select2({
placeholder: {title: "Search for a movie", id: ""},
placeholder: "Search for a movie",
minimumInputLength: 3,
ajax: {
url: "http://api.rottentomatoes.com/api/public/v1.0/movies.json",

@ -1 +1 @@
Subproject commit 3e42cae401b79a716d7e8cc1cbfe680626a761e0
Subproject commit bb51eb712012d25c966905c9e2e1c61192d9f58e