fix broken paths in old poll

This commit is contained in:
ansuz 2017-01-05 10:57:13 +01:00
parent 5a90d20cff
commit 95617a11c8
2 changed files with 3 additions and 3 deletions

View File

@ -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',

View File

@ -1,5 +1,5 @@
define([
'/poll/table.js',
'table.js',
'/bower_components/jquery/dist/jquery.min.js',
], function (Table) {
var $ = window.jQuery;