10
0
Fork 0

Update index.html

This commit is contained in:
Florz 2014-10-30 23:02:54 +01:00
parent 6d5bcc759e
commit 92793ff9aa
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@
values[data[i]['name']] = data[i]['value'];
};
$.get('/color.php' ,{'value': values['color'], 'mode': values['mode'], 'fadestep': values['fadestep']});
$.get('color.php' ,{'value': values['color'], 'mode': values['mode'], 'fadestep': values['fadestep']});
});
</script>
</body>