From 8019ad72ea5c5bb4fd5c0e2c56c050858d7bc2c1 Mon Sep 17 00:00:00 2001
From: Prathamesh Sonpatki <csonpatki@gmail.com>
Date: Tue, 9 Jun 2015 23:37:07 +0530
Subject:  Remove NOTE related to format.js [ci skip]

 - The example for which this NOTE was written was removed in
   https://github.com/rails/rails/pull/20493.
---
 guides/source/working_with_javascript_in_rails.md | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/guides/source/working_with_javascript_in_rails.md b/guides/source/working_with_javascript_in_rails.md
index 19128f288e..f3d3a83afc 100644
--- a/guides/source/working_with_javascript_in_rails.md
+++ b/guides/source/working_with_javascript_in_rails.md
@@ -191,10 +191,6 @@ $(document).ready ->
 Obviously, you'll want to be a bit more sophisticated than that, but it's a
 start. You can see more about the events [in the jquery-ujs wiki](https://github.com/rails/jquery-ujs/wiki/ajax).
 
-
-NOTE: If javascript is disabled in the user browser, `format.html { ... }`
-block should be executed as fallback.
-
 ### form_tag
 
 [`form_tag`](http://api.rubyonrails.org/classes/ActionView/Helpers/FormTagHelper.html#method-i-form_tag)
-- 
cgit v1.2.3