Skip to content
This repository was archived by the owner on Mar 15, 2018. It is now read-only.

Commit d0faa44

Browse files
committed
linefit harder (bug 884013)
1 parent 3c0d973 commit d0faa44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hearth/media/js/views/settings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ define('views/settings',
4040
.fail(completion.reject);
4141
})).on('logged_in', update_settings);
4242

43-
z.win.on('navigating', function() {
43+
z.win.on('loaded navigating', function() {
4444
$('.toggles a').linefit();
4545
});
4646

0 commit comments

Comments
 (0)