mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-21 05:25:45 +01:00
initial buffer implementation
This commit is contained in:
@@ -808,7 +808,7 @@ function StatusLine() //{{{
|
||||
this.updateUrl = function(url)
|
||||
{
|
||||
if (!url || typeof url != "string")
|
||||
url = getCurrentLocation();
|
||||
url = vimperator.buffer.location;
|
||||
|
||||
url_widget.value = url;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user