Add polyfill and fix activity filtering

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2019-06-30 16:39:28 +02:00
parent fa0a3f099f
commit 40fd0c1401
2 changed files with 3 additions and 1 deletions

View File

@@ -1,5 +1,7 @@
'use strict';
import "@babel/polyfill";
/* global __webpack_nonce__ __webpack_public_path__ OC t n */
// eslint-disable-next-line
__webpack_nonce__ = btoa(OC.requestToken);