mirror of
https://github.com/Decentralized-ID/decentralized-id.github.io.git
synced 2025-12-14 07:59:03 -05:00
Node count is half on mobile devices
This commit is contained in:
parent
5d3501fa01
commit
77d166e833
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ window.requestAnimFrame = function()
|
||||||
window.msRequestAnimationFrame ||
|
window.msRequestAnimationFrame ||
|
||||||
function(callback) { window.setTimeout(callback, 1000 / 60) }
|
function(callback) { window.setTimeout(callback, 1000 / 60) }
|
||||||
);
|
);
|
||||||
}();
|
}()
|
||||||
|
|
||||||
//mobile check
|
//mobile check
|
||||||
function isOnMobileDevice() {
|
function isOnMobileDevice() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue