You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by ru...@apache.org on 2017/09/11 19:29:07 UTC

[whimsy] branch master updated: put script in body

This is an automated email from the ASF dual-hosted git repository.

rubys pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new e6ced3f  put script in body
e6ced3f is described below

commit e6ced3f288655eb2e134c24e4f1f485a0e536016
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Mon Sep 11 15:27:51 2017 -0400

    put script in body
    
    fixes: https://issues.apache.org/jira/browse/WHIMSY-140
---
 www/roster/views/members.html.rb | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/www/roster/views/members.html.rb b/www/roster/views/members.html.rb
index 72f2a9e..b93cd88 100644
--- a/www/roster/views/members.html.rb
+++ b/www/roster/views/members.html.rb
@@ -104,9 +104,9 @@ _html do
         end
       end
     end
-  end
 
-  _script %{
-    $("#members").stupidtable();
-  }
+    _script %{
+      $("#members").stupidtable();
+    }
+  end
 end

-- 
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" <co...@whimsical.apache.org>'].