merged
authorOleksandr Gavenko <gavenkoa@gmail.com>
Tue, 30 Oct 2012 19:27:48 +0200
changeset 1407 f1fc60553577
parent 1406 7633a716e000 (diff)
parent 1404 20068801663f (current diff)
child 1408 085cde50fc0c
merged
firefox-devel.rst
--- a/firefox-devel.rst	Fri Oct 26 22:34:09 2012 +0300
+++ b/firefox-devel.rst	Tue Oct 30 19:27:48 2012 +0200
@@ -95,7 +95,9 @@
 
 Debugging JavaScript with Web Console.
 --------------------------------------
-::
+
+Instead of "Error Console" (press Ctrl+Shift+J) use "Web Console" (press
+Ctrl+Shift+K) in Firefox >=4.0::
 
   'console.log()', 'console.info()', 'console.warn()', 'console.error()'.