mirror of
https://github.com/wassname/cardsforscience.git
synced 2026-06-30 10:49:58 +08:00
7 lines
186 B
JavaScript
7 lines
186 B
JavaScript
(function() {
|
|
'use strict';
|
|
if (/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini|Mobile/i.test(navigator.userAgent)) {
|
|
$('#MobileWarning').modal('show');
|
|
}
|
|
})();
|