about summary refs log tree commit diff
path: root/app/javascript/core/public.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/javascript/core/public.js')
-rw-r--r--app/javascript/core/public.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/javascript/core/public.js b/app/javascript/core/public.js
index 47c34a259..d3d80019f 100644
--- a/app/javascript/core/public.js
+++ b/app/javascript/core/public.js
@@ -1,6 +1,7 @@
 //  This file will be loaded on public pages, regardless of theme.
 
 const { delegate } = require('rails-ujs');
+const { length } = require('stringz');
 
 delegate(document, '.webapp-btn', 'click', ({ target, button }) => {
   if (button !== 0) {