Changeset 9512

Show
Ignore:
Timestamp:
07/06/07 06:18:52 (18 months ago)
Author:
BradNeuberg
Message:

Fixed bug that occurred if you didn't have Gears installed

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dojox/trunk/off/_common.js

    r9510 r9512  
    334334                // this method is part of our _onLoad series of startup tasks 
    335335                 
    336                 if(this.enabled){ 
     336                if(!this.hasOfflineCache){ 
     337                        this.onLoad(); 
     338                }else if(this.enabled){ 
    337339                        // kick off a thread to check network status on 
    338340                        // a regular basis