summaryrefslogtreecommitdiffstats
path: root/pyload/web/app
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/web/app')
-rw-r--r--pyload/web/app/scripts/helpers/truncate.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/web/app/scripts/helpers/truncate.js b/pyload/web/app/scripts/helpers/truncate.js
index fb351b776..861588452 100644
--- a/pyload/web/app/scripts/helpers/truncate.js
+++ b/pyload/web/app/scripts/helpers/truncate.js
@@ -1,4 +1,4 @@
-require(['underscore','handlebars'], function(_, Handlebars) {
+define(['underscore','handlebars'], function(_, Handlebars) {
'use strict';
function truncate(fullStr, options) {