merged
authorOleksandr Gavenko <gavenkoa@gmail.com>
Tue, 30 Oct 2012 17:12:20 +0200
changeset 1406 7633a716e000
parent 1402 95cf60256d5a (current diff)
parent 1405 c761842c6d90 (diff)
child 1407 f1fc60553577
merged
--- a/firefox-devel.rst	Mon Oct 22 20:09:06 2012 +0300
+++ b/firefox-devel.rst	Tue Oct 30 17:12:20 2012 +0200
@@ -92,7 +92,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()'.