a11y-outline

web extension to navigate document outlines easily
git clone https://git.ce9e.org/a11y-outline.git

commit
dd3d5368711f0d413490b8e93920307151fad710
parent
cf581d55a914436f682ac148f55c627434f79515
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2022-08-27 14:22
fix deprecation: extension.getURL()

Diffstat

M src/outline.js 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/src/outline.js b/src/outline.js

@@ -125,7 +125,7 @@ var quickNav = function() {
  125   125 
  126   126 	var style = document.createElement('link');
  127   127 	style.rel = 'stylesheet';
  128    -1 	style.href = chrome.extension.getURL('outline.css');
   -1   128 	style.href = chrome.runtime.getURL('outline.css');
  129   129 	dialog.appendChild(style);
  130   130 
  131   131 	updateVisiblePane(select, dialog);