Spaces:
Running
Running
adaptive
Browse files- static/js/index.js +1 -0
static/js/index.js
CHANGED
|
@@ -92,6 +92,7 @@ $(document).ready(function() {
|
|
| 92 |
preloadInterpolationImages();
|
| 93 |
|
| 94 |
$('#interpolation-slider').on('input', function(event) {
|
|
|
|
| 95 |
setInterpolationImage(this.name, this.value);
|
| 96 |
});
|
| 97 |
setInterpolationImage(0);
|
|
|
|
| 92 |
preloadInterpolationImages();
|
| 93 |
|
| 94 |
$('#interpolation-slider').on('input', function(event) {
|
| 95 |
+
console.log(this.name)
|
| 96 |
setInterpolationImage(this.name, this.value);
|
| 97 |
});
|
| 98 |
setInterpolationImage(0);
|