Changeset 62

Show
Ignore:
Timestamp:
09/16/06 11:58:50 (2 years ago)
Author:
ajtack
Message:

Moved the "Get the URL of this page" line of code so that we actually regenerate it after the first page load.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/overhaul_headers.js

    r58 r62  
    4848                // 
    4949                var httpResponseReader = { 
    50                         url : gURLBar.value
     50                        url : ''
    5151                 
    5252                        observe: function(subject,topic,data) { 
     53                                this.url = gURLBar.value; 
    5354                                var filename = this.url.substring(this.url.lastIndexOf('/'),  
    5455                                        this.url.length);