Fix some typing errors
This commit is contained in:
@@ -17,7 +17,7 @@ function IntroPopup() {
|
|||||||
|
|
||||||
// Sometimes the layout is not correctly calculated yet when this script
|
// Sometimes the layout is not correctly calculated yet when this script
|
||||||
// runs. We adjust the values later
|
// runs. We adjust the values later
|
||||||
setTimeout(() => { this.moveToElement(btnHome) }, 100)
|
setTimeout(() => { this.moveToElement(btnHome) }, 400)
|
||||||
}
|
}
|
||||||
|
|
||||||
IntroPopup.prototype.moveToElement = function (el) {
|
IntroPopup.prototype.moveToElement = function (el) {
|
||||||
|
@@ -202,7 +202,7 @@ Viewer.prototype.renderSponsors = function () {
|
|||||||
// Because of the scale transformation the automatic margins don't work
|
// Because of the scale transformation the automatic margins don't work
|
||||||
// anymore. So we have to manually calculate the margin. Here we take the
|
// anymore. So we have to manually calculate the margin. Here we take the
|
||||||
// width of the viewport - the width of the ad to calculate the amount of
|
// width of the viewport - the width of the ad to calculate the amount of
|
||||||
// pixels around the ad. We multiply the ad size by the scale we calcualted
|
// pixels around the ad. We multiply the ad size by the scale we calculated
|
||||||
// to account for the smaller size.
|
// to account for the smaller size.
|
||||||
let offset = (window.innerWidth - (bannerWidth * scale)) / 2
|
let offset = (window.innerWidth - (bannerWidth * scale)) / 2
|
||||||
|
|
||||||
|
@@ -181,7 +181,10 @@
|
|||||||
direct downloads per 30 days. Never have to enter a
|
direct downloads per 30 days. Never have to enter a
|
||||||
CAPTCHA while logged in
|
CAPTCHA while logged in
|
||||||
<br/>
|
<br/>
|
||||||
<button class="round" onclick="return explainDirectLinking()">More information</button>
|
<button class="round" onclick="return explainDirectLinking()">
|
||||||
|
<i class="icon">info</i>
|
||||||
|
More information
|
||||||
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
@@ -390,7 +393,7 @@
|
|||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
The bandwidth cap on your account is a 30 day rolling window.
|
The bandwidth cap on your account is a 30 day rolling window.
|
||||||
This means that bandwdith usage will expire 30 days after it was
|
This means that bandwidth usage will expire 30 days after it was
|
||||||
used. Your counter will not reset at the start of the next
|
used. Your counter will not reset at the start of the next
|
||||||
month.
|
month.
|
||||||
</p>
|
</p>
|
||||||
|
Reference in New Issue
Block a user