Added more labels per download.

This commit is contained in:
Loic d'Anterroches
2008-08-05 20:04:42 +02:00
parent 3990098e4b
commit 330fa62554
5 changed files with 15 additions and 9 deletions

View File

@@ -6,7 +6,7 @@
$(document).ready(function(){
var auto_labels = [{/literal}{$auto_labels|safe}{literal}];
var j=0;
for (j=1;j<4;j=j+1) {
for (j=1;j<7;j=j+1) {
$("#id_label"+j).autocomplete(auto_labels, {
minChars: 0,
width: 310,