fixed typo in js comment
parent
1f598cfe8f
commit
987ce7b9ca
|
@ -161,7 +161,7 @@ setRadioButton(getUrl())
|
||||||
|
|
||||||
/////////////////////////// Dynamically update URLs ///////////////////////////
|
/////////////////////////// Dynamically update URLs ///////////////////////////
|
||||||
|
|
||||||
// Extract the protocol and hostname of refferrer
|
// Extract the protocol and hostname of refferer
|
||||||
referrerHost = document.referrer.match(/^(?:[^\/]*\/){2}[^\/]+/g)[0]
|
referrerHost = document.referrer.match(/^(?:[^\/]*\/){2}[^\/]+/g)[0]
|
||||||
|
|
||||||
// Check if the referrerHost is one of the cloud URLs
|
// Check if the referrerHost is one of the cloud URLs
|
||||||
|
|
Loading…
Reference in New Issue