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