aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Agrawal <arunagw@gmail.com>2015-06-09 20:23:39 +0200
committerArun Agrawal <arunagw@gmail.com>2015-06-09 20:23:39 +0200
commit1a82e20f084803d12480507c7ef00001a16b2916 (patch)
treebc3a6cc4744b686a7f0002ce587443d6d3e411cf
parent7fe770cf4e62554b89b7bfda5ce7d4a67427eaf6 (diff)
parent8019ad72ea5c5bb4fd5c0e2c56c050858d7bc2c1 (diff)
downloadrails-1a82e20f084803d12480507c7ef00001a16b2916.tar.gz
rails-1a82e20f084803d12480507c7ef00001a16b2916.tar.bz2
rails-1a82e20f084803d12480507c7ef00001a16b2916.zip
Merge pull request #20496 from prathamesh-sonpatki/rm-note
Remove NOTE related to format.js [ci skip]
-rw-r--r--guides/source/working_with_javascript_in_rails.md4
1 files changed, 0 insertions, 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)