Changeset 665

Show
Ignore:
Timestamp:
02/16/08 06:41:23 (10 months ago)
Author:
ma..@jesperkristensen.dk
Message:

Forgot to change one config property use

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/config-service/src/chrome/chromeFiles/content/config.js

    r663 r665  
    553553  _initFile: function() 
    554554  { 
    555     var name = this.url.substr(this._downloadUrl.lastIndexOf("/") + 1); 
     555    var name = this._downloadUrl.substr(this._downloadUrl.lastIndexOf("/") + 1); 
    556556    if(name.indexOf("?") > 0) 
    557557      name = name.substr(0, name.indexOf("?"));