Noah 7 lat temu
rodzic
commit
f9977c96c1
1 zmienionych plików z 1 dodań i 2 usunięć
  1. 1 2
      client/index.js

+ 1 - 2
client/index.js Wyświetl plik

@@ -209,8 +209,7 @@ function updateCaption() {
209 209
 }
210 210
 
211 211
 function updateTheme() {
212
-  var extended = d3.select(this.options[this.selectedIndex]).datum();
213
-  preview.theme(extended);
212
+  preview.theme(d3.select(this.options[this.selectedIndex]).datum());
214 213
 }
215 214
 
216 215
 function preloadImages(themes) {