diff --git a/documentation/index.html.erb b/documentation/index.html.erb index 7d101db6..7a0386d0 100644 --- a/documentation/index.html.erb +++ b/documentation/index.html.erb @@ -1596,7 +1596,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) -> diff --git a/index.html b/index.html index d8480862..0d8098af 100644 --- a/index.html +++ b/index.html @@ -2500,7 +2500,7 @@ task('build:parser