Don't show graph on mobile browsers
This commit is contained in:
@ -233,6 +233,10 @@ $(document).ready(function() {
|
||||
|
||||
socket.on('connect', function() {
|
||||
$('#tagline-text').text('Loading...');
|
||||
|
||||
if (!isMobileBrowser()) {
|
||||
socket.emit('requestHistoryGraph');
|
||||
}
|
||||
});
|
||||
|
||||
socket.on('disconnect', function() {
|
||||
|
Reference in New Issue
Block a user