Remove quotes
This commit is contained in:
parent
7b3b108026
commit
4f999d8f7d
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ angular.element(document).ready(function() {
|
|||
}
|
||||
setTimeout(function() {
|
||||
var loc = window.location;
|
||||
var ignoreMobilePause = loc.toString().match(/(glidera|buy|sell)/) ? 'true' : 'false';
|
||||
var ignoreMobilePause = loc.toString().match(/(glidera|buy|sell)/) ? true : false;
|
||||
window.ignoreMobilePause = ignoreMobilePause;
|
||||
}, 100);
|
||||
}, false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue