1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-06-27 16:36:00 +00:00

Fix jrQrcode

This commit is contained in:
Yassine Guedidi 2025-02-19 01:37:21 +01:00
parent 5112a3c445
commit fc51c940bc
4 changed files with 11 additions and 11 deletions

View file

@ -1,8 +1,5 @@
import $ from 'jquery';
/* Allows inline call qr-code call */
import jrQrcode from 'jr-qrcode'; // eslint-disable-line
function supportsLocalStorage() {
try {
return 'localStorage' in window && window.localStorage !== null;