diff options
author | mtsio <mtsio@cryptolab.net> | 2015-11-11 14:41:41 +0200 |
---|---|---|
committer | Nik Nyby <nikolas@gnu.org> | 2016-04-17 08:07:59 -0400 |
commit | 5184b041c8cc1be6aa3acfdc1f799ea111c99bc5 (patch) | |
tree | 1766f9d64f2501ed6e5259e5f90211d1cd2a73c6 | |
parent | bef9eeb5e5dce43e9a303b9d9b6e581f9dd335be (diff) | |
download | librejsxul-5184b041c8cc1be6aa3acfdc1f799ea111c99bc5.tar.lz librejsxul-5184b041c8cc1be6aa3acfdc1f799ea111c99bc5.tar.xz librejsxul-5184b041c8cc1be6aa3acfdc1f799ea111c99bc5.zip |
update documentation for widget position (fixes bug #46419)
-rw-r--r-- | doc/librejs.texi | 8 | ||||
-rw-r--r-- | doc/version.texi | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/doc/librejs.texi b/doc/librejs.texi index c53cf06..768c3f8 100644 --- a/doc/librejs.texi +++ b/doc/librejs.texi @@ -133,10 +133,10 @@ installed and whether to allow it to run or not. @section LibreJS in action After installing the add-on, you will see the LibreJS widget in the -add-on bar at the bottom of the browser window. After loading a page, -left-click on the widget to view the deactivated JavaScript code from -the page (both on page and external) and, if applicable, the scripts -that were accepted. +add-on bar at the top right of the browser window. After loading a +page, left-click on the widget to view the deactivated JavaScript code +from the page (both on page and external) and, if applicable, the +scripts that were accepted. @section Complaint Feature diff --git a/doc/version.texi b/doc/version.texi index 06b83d5..08e1e19 100644 --- a/doc/version.texi +++ b/doc/version.texi @@ -1,4 +1,4 @@ -@set UPDATED 25 October 2015 -@set UPDATED-MONTH October 2015 +@set UPDATED 11 November 2015 +@set UPDATED-MONTH November 2015 @set EDITION 2 @set VERSION 6.0.10 |