removing initialization on top in favor of default
This commit is contained in:
parent
09a6192bf5
commit
b18bcd3b6e
2 changed files with 0 additions and 8 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue