mirror of
https://github.com/timvisee/send.git
synced 2026-04-18 21:54:11 -04:00
removing initialization on top in favor of default
This commit is contained in:
@@ -10,10 +10,6 @@ require('jquery-circle-progress');
|
||||
|
||||
const Raven = window.Raven;
|
||||
|
||||
if (!storage.has('totalUploads')) {
|
||||
storage.totalUploads = 0;
|
||||
}
|
||||
|
||||
if (storage.has('referrer')) {
|
||||
window.referrer = storage.referrer;
|
||||
storage.remove('referrer');
|
||||
|
||||
Reference in New Issue
Block a user