mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-06 12:25:34 +01:00
Added Explicit Semicolon
This is to address a recommendation from LGTM (https://lgtm.com/projects/g/kovidgoyal/calibre/?mode=tree&severity=recommendation&ruleFocus=4860080).
This commit is contained in:
parent
9765f4a81f
commit
1aca333f16
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
|||
var element = document.createElement('script');
|
||||
var firstScript = document.getElementsByTagName('script')[0];
|
||||
var url = 'https://quantcast.mgr.consensu.org'
|
||||
.concat('/choice/', '593Yp13RM2k2D', '/', host, '/choice.js')
|
||||
.concat('/choice/', '593Yp13RM2k2D', '/', host, '/choice.js');
|
||||
var uspTries = 0;
|
||||
var uspTriesLimit = 3;
|
||||
element.async = true;
|
||||
|
|
|
|||
Loading…
Reference in a new issue