зеркало из https://github.com/mozilla/kitsune.git
[bug 589004] Fix typo in webtrends code.
This commit is contained in:
Родитель
fd125cb2a6
Коммит
2a9a37e3b5
|
@ -677,7 +677,7 @@ WebTrends.prototype.mozCustom=function(){
|
|||
//Set custom support referrer parameter
|
||||
var tempref = window.document.referrer.toLowerCase();
|
||||
if (tempref.indexOf("/search") != -1) {
|
||||
this.WT.z_supportRef="search?";
|
||||
this.WT.z_supportRef="Search";
|
||||
}else if (tempref.indexOf("style_mode=inproduct") != -1){
|
||||
this.WT.z_supportRef="InProduct";
|
||||
}else if (tempref.indexOf("/kb/") != -1){
|
||||
|
|
Загрузка…
Ссылка в новой задаче