mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 00:17:58 +01:00
rename the 'location' property of vimperator.buffer to 'URL'
This commit is contained in:
@@ -828,7 +828,7 @@ function StatusLine() //{{{
|
||||
this.updateUrl = function(url)
|
||||
{
|
||||
if (!url || typeof url != "string")
|
||||
url = vimperator.buffer.location;
|
||||
url = vimperator.buffer.URL;
|
||||
|
||||
url_widget.value = url;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user