This commit is contained in:
2026-04-10 18:03:49 +03:00
commit 068966e049
2179 changed files with 564568 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
mergeInto(LibraryManager.library, {
IsMobileBrowser: function() {
return /Android|iPhone|iPad|iPod|Opera Mini|IEMobile/i
.test(navigator.userAgent) ? 1 : 0;
}
});