EOF & whitespace
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
{% endblock %}
|
||||
|
||||
</div><!--/row-->
|
||||
|
||||
|
||||
<hr>
|
||||
|
||||
<footer>
|
||||
@@ -80,7 +80,7 @@
|
||||
if ( data.configs.length > 1){
|
||||
$('#choix_conf').removeClass('hidden');
|
||||
$("#choix_conf").show();
|
||||
|
||||
|
||||
$.each(data.configs, function(key,val){
|
||||
if (key == data.config_number)
|
||||
$('#choix_conf').append('<option vaulue="'+key+'" selected>'+val+'</option>');
|
||||
@@ -89,7 +89,7 @@
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
$( "#choix_conf" ).change(function() {
|
||||
$.get( "/config_number/"+this.selectedIndex, function( data ) {location.reload();});
|
||||
});
|
||||
@@ -98,4 +98,3 @@
|
||||
</script>
|
||||
|
||||
</body></html>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user