From ea60dfa44df83ec240f0176decd7cab928f7d698 Mon Sep 17 00:00:00 2001 From: josher19 Date: Fri, 13 Apr 2012 12:54:36 +0800 Subject: [PATCH] See issue #2620 --- documentation/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/index.html.erb b/documentation/index.html.erb index 17fa1dd146..8639e7a8a5 100644 --- a/documentation/index.html.erb +++ b/documentation/index.html.erb @@ -1769,7 +1769,7 @@ Expressions closeMenus = -> $('.navigation.active').removeClass 'active' - $('.minibutton.run').click evalJS + $('.minibutton.run').click -> evalJS() # Bind navigation buttons to open the menus. $('.navigation').click (e) ->