Suppression variable

This commit is contained in:
Michael RICOIS 2012-01-03 08:22:48 +00:00
parent c40222d5fe
commit 1dba6f6ca6

View File

@ -28,7 +28,7 @@ $(document).ready(function(){
});
});
slider = $( ".slider-range" ).slider({
$( ".slider-range" ).slider({
range: true,
create: function(event, ui) {
var max = $("#"+$(this).attr('input')).attr('max');