kill profile param temporarily
This commit is contained in:
Родитель
2b5efa752e
Коммит
d454956714
|
@ -9,7 +9,8 @@
|
|||
|
||||
define('reviewers', modules, function(buckets) {
|
||||
// Append the profile string to the URL if reviewer is on mobile.
|
||||
if (z.capabilities.firefoxOS || z.capabilities.firefoxAndroid) {
|
||||
//if (z.capabilities.firefoxOS || z.capabilities.firefoxAndroid) {
|
||||
if (false) {
|
||||
location.search = '?pro=' + buckets.get_profile();
|
||||
}
|
||||
});
|
||||
|
|
Загрузка…
Ссылка в новой задаче