1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 23:42:27 +01:00

Add dactyl:h4 tag.

This commit is contained in:
Kris Maglione
2010-12-18 19:14:20 -05:00
parent 394420a9d1
commit bfa576e2b3
4 changed files with 17 additions and 21 deletions

View File

@@ -291,7 +291,7 @@ const Buffer = Module("buffer", {
onLocationChange: function onLocationChange(webProgress, request, uri) {
onLocationChange.superapply(this, arguments);
statusline.updateUrl();
statusline.updateProgress();
statusline.updateProgress(webProgress.DOMWindow || content);
for (let frame in values(buffer.allFrames()))
frame.dactylFocusAllowed = false;