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

sebb 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 682d1081 Move script to correct location
682d1081 is described below

commit 682d10813fe8ed4317dc8e1d3a6282af25f7f283
Author: Sebb <[email protected]>
AuthorDate: Wed Apr 27 12:07:12 2022 +0100

    Move script to correct location
    
    Otherwise column sort does not work
---
 www/roster/views/groups.html.rb | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/www/roster/views/groups.html.rb b/www/roster/views/groups.html.rb
index fead2bcd..0213f7ec 100644
--- a/www/roster/views/groups.html.rb
+++ b/www/roster/views/groups.html.rb
@@ -72,8 +72,9 @@ _html do
         end
       end
     end
+
+    _script %{
+      $(".table").stupidtable();
+    }
   end
-  _script %{
-    $(".table").stupidtable();
-  }
 end

Reply via email to