From 95617a11c8b62a84cfce2df3449073042ebc82b3 Mon Sep 17 00:00:00 2001 From: ansuz Date: Thu, 5 Jan 2017 10:57:13 +0100 Subject: [PATCH] fix broken paths in old poll --- www/poll/old/main.js | 4 ++-- www/poll/old/wizard.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/www/poll/old/main.js b/www/poll/old/main.js index a702028bd..2703530c7 100644 --- a/www/poll/old/main.js +++ b/www/poll/old/main.js @@ -1,8 +1,8 @@ define([ '/api/config?cb=' + Math.random().toString(16).substring(2), '/customize/messages.js?app=poll', - '/poll/table.js', - '/poll/wizard.js', + 'table.js', + 'wizard.js', '/bower_components/textpatcher/TextPatcher.js', '/bower_components/chainpad-listmap/chainpad-listmap.js', '/bower_components/chainpad-crypto/crypto.js', diff --git a/www/poll/old/wizard.js b/www/poll/old/wizard.js index 9bd23cd1a..b7a1cf04e 100644 --- a/www/poll/old/wizard.js +++ b/www/poll/old/wizard.js @@ -1,5 +1,5 @@ define([ - '/poll/table.js', + 'table.js', '/bower_components/jquery/dist/jquery.min.js', ], function (Table) { var $ = window.jQuery;