Przeglądaj źródła

updated troubleshooting procedure (turn it off, then on again)

Gildas 7 lat temu
rodzic
commit
e899acdd89
2 zmienionych plików z 5 dodań i 2 usunięć
  1. 2 1
      README.MD
  2. 3 1
      extension/ui/pages/help.html

+ 2 - 1
README.MD

@@ -49,7 +49,8 @@ See https://addons.mozilla.org/en-US/firefox/addon/single-file/statistics/?last=
 Please follow these steps if you find an unknown issue:
 - Save the page in incognito.
 - If saving page in incognito did not fix the issue, reset SingleFile options.
-- If resetting options did not fix the issue, try to disable all other extensions to see if there is a conflict.
+- If resetting options did not fix the issue, restart the browser.
+- If restarting the browser did not fix the issue, try to disable all other extensions to see if there is a conflict.
 - If there is a conflict then try to determine against which extension(s).
 - Please report the issue with a short description on how to reproduce it here: https://github.com/gildas-lormeau/SingleFile/issues.
 

+ 3 - 1
extension/ui/pages/help.html

@@ -508,7 +508,9 @@
 				<ul>
 					<li>Save the page in incognito.</li>
 					<li>If saving page in incognito did not fix the issue, reset SingleFile options.</li>
-					<li>If resetting options did not fix the issue, try to disable all other extensions to see if there is a conflict.</li>
+					<li>If resetting options did not fix the issue, restart the browser.</li>
+					<li>If restarting the browser did not fix the issue, try to disable all other extensions to see if there is a
+						conflict.</li>
 					<li>If there is a conflict then try to determine against which extension(s).</li>
 					<li>Please report the issue <a href="https://github.com/gildas-lormeau/SingleFile/issues">here</a> with a short
 						description on how to reproduce it.</li>