Changeset 12877


Ignore:
Timestamp:
Sep 15, 2011, 3:13:50 AM (12 years ago)
Author:
jordan
Message:

on startup, init the inspector's fields to 'N/A' where appropriate

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/web/javascript/inspector.js

    r12865 r12877  
    488488        data.elements.upload_speed   = $(ti+'upload_speed')[0];
    489489        data.elements.upload_to      = $(ti+'upload_to')[0];
     490
     491        // force initial 'N/A' updates on all the pages
     492        updateInspector();
     493        updateInfoPage();
     494        updateActivityPage();
     495        updatePeersPage();
     496        updateTrackersPage();
     497        updateFilesPage();
    490498    };
    491499
Note: See TracChangeset for help on using the changeset viewer.