diff options
author | erdgeist <erdgeist@erdgeist.org> | 2025-01-06 02:37:06 +0100 |
---|---|---|
committer | erdgeist <erdgeist@erdgeist.org> | 2025-01-06 02:37:06 +0100 |
commit | fd1137c3b5d49c1e98194bcceebdbaaa064bc531 (patch) | |
tree | 94bbef16293981dd8dc72868dc90a5fc7088cfac | |
parent | 3696c9bfdb7a813419c8a53362260d59118f318b (diff) |
Don't need the json http download URLs anymore
-rw-r--r-- | static/fullnarp.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/static/fullnarp.js b/static/fullnarp.js index 3d60592..a7aed91 100644 --- a/static/fullnarp.js +++ b/static/fullnarp.js | |||
@@ -454,8 +454,6 @@ function getFullnarpData() { | |||
454 | }; | 454 | }; |
455 | 455 | ||
456 | function do_the_fullnarp() { | 456 | function do_the_fullnarp() { |
457 | var halfnarpAPI = 'talks_38C3.json'; | ||
458 | var fullnarpAPI = 'votes_38c3.json'; | ||
459 | window.event_speakers = {}; | 457 | window.event_speakers = {}; |
460 | window.votes = {}; | 458 | window.votes = {}; |
461 | 459 | ||