diff --git a/data/interfaces/default/current_activity_instance.html b/data/interfaces/default/current_activity_instance.html index 21f212fc..5559804f 100644 --- a/data/interfaces/default/current_activity_instance.html +++ b/data/interfaces/default/current_activity_instance.html @@ -125,7 +125,7 @@ DOCUMENTATION :: END
-
+
  • Platform
    diff --git a/data/interfaces/default/home_stats.html b/data/interfaces/default/home_stats.html index d0e821ef..37e6d70e 100644 --- a/data/interfaces/default/home_stats.html +++ b/data/interfaces/default/home_stats.html @@ -119,7 +119,7 @@ DOCUMENTATION :: END % endif
-
+
    % for row in top_stat['rows']:
  • height) { + $(instance).on('mousewheel', function(e, d) { + if(($(instance).scrollTop() >= (scrollHeight - height)) && d < 0 || ($(instance).scrollTop() <= 0) && d > 0) { + e.preventDefault(); + } + }); + } + }); + }; % if 'current_activity' in config['home_sections']: % endif % if 'library_stats' in config['home_sections']: