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
|
@ -9,10 +9,6 @@ require('jquery-circle-progress');
|
|||
|
||||
const Raven = window.Raven;
|
||||
|
||||
if (!storage.has('totalDownloads')) {
|
||||
storage.totalDownloads = 0;
|
||||
}
|
||||
|
||||
$(document).ready(function() {
|
||||
//link back to homepage
|
||||
$('.send-new').attr('href', window.location.origin);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue