catch up to master
This commit is contained in:
parent
78e31d588a
commit
859b24e3c1
@ -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
|
Loading…
Reference in New Issue
Block a user