Make periodically_call_remote use type="text/javascript" on script tag #2171

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2217 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
上级 a16528f7
......@@ -131,7 +131,7 @@ def link_to_remote(name, options = {}, html_options = {})
def periodically_call_remote(options = {})
frequency = options[:frequency] || 10 # every ten seconds by default
code = "new PeriodicalExecuter(function() {#{remote_function(options)}}, #{frequency})"
content_tag("script", code, options[:html_options] || {})
javascript_tag(code)
end
# Returns a form tag that will submit using XMLHttpRequest in the background instead of the regular
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册