testing reviewers profile init
This commit is contained in:
Родитель
18d96cd9e5
Коммит
8a8c16d7b4
|
@ -9,9 +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 (false) {
|
||||
location.search = '?pro=' + buckets.get_profile();
|
||||
if (z.capabilities.firefoxOS || z.capabilities.firefoxAndroid) {
|
||||
location.href = location.href + '?pro=' + buckets.get_profile();
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче