fix broken paths in old poll
parent
5a90d20cff
commit
95617a11c8
|
@ -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',
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
define([
|
||||
'/poll/table.js',
|
||||
'table.js',
|
||||
'/bower_components/jquery/dist/jquery.min.js',
|
||||
], function (Table) {
|
||||
var $ = window.jQuery;
|
||||
|
|
Loading…
Reference in New Issue