Changeset:
        bb0432ba6d64
        
https://sourceforge.net/p/mrbs/hg-code/ci/bb0432ba6d64c8e01641c422b6320478a11cbe85
Author:
        Campbell Morrison <[email protected]>
Date:
        Fri Aug 26 16:01:06 2016 +0100
Log message:

Added comment

diffstat:

 web/js/functions.js.php |  6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r 26efe3bc4f8e -r bb0432ba6d64 web/js/functions.js.php
--- a/web/js/functions.js.php   Fri Aug 26 15:56:01 2016 +0100
+++ b/web/js/functions.js.php   Fri Aug 26 16:01:06 2016 +0100
@@ -133,6 +133,12 @@
   
   if ('type' in connection)
   {
+    <?php 
+    // Although not all cellular networks will be metered, they
+    // may be subject to throttling once a data threshold has passed.
+    // It is probably sensible to assume that most users connected via
+    // a cellular network will want to minimise data traffic.
+    ?>
     return (connection.type === 'cellular');
   }
   

------------------------------------------------------------------------------
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to