mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-08 19:33:24 +00:00
fixed bad merge
This commit is contained in:
@@ -7,7 +7,7 @@ import * as metrics from './metrics';
|
|||||||
import * as progress from './progress';
|
import * as progress from './progress';
|
||||||
import $ from 'jquery';
|
import $ from 'jquery';
|
||||||
|
|
||||||
const storage = new Storage(localStorage);
|
const storage = new Storage();
|
||||||
function onUnload(size) {
|
function onUnload(size) {
|
||||||
metrics.cancelledDownload({ size });
|
metrics.cancelledDownload({ size });
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ import * as metrics from './metrics';
|
|||||||
import * as progress from './progress';
|
import * as progress from './progress';
|
||||||
import $ from 'jquery';
|
import $ from 'jquery';
|
||||||
|
|
||||||
const storage = new Storage(localStorage);
|
const storage = new Storage();
|
||||||
|
|
||||||
const allowedCopy = () => {
|
const allowedCopy = () => {
|
||||||
const support = !!document.queryCommandSupported;
|
const support = !!document.queryCommandSupported;
|
||||||
|
|||||||
Reference in New Issue
Block a user