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 f896b7a1 Try to fix sort
f896b7a1 is described below
commit f896b7a1997015321cca2890102eeecc592dcd42
Author: Sebb <[email protected]>
AuthorDate: Wed Apr 27 12:11:34 2022 +0100
Try to fix sort
---
www/roster/views/petri.html.rb | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/www/roster/views/petri.html.rb b/www/roster/views/petri.html.rb
index a8e8ce8a..463af8ec 100644
--- a/www/roster/views/petri.html.rb
+++ b/www/roster/views/petri.html.rb
@@ -49,9 +49,9 @@ _html do
end
end
end
- end
- _script %{
- $(".table").stupidtable();
- }
+ _script %{
+ $(".table").stupidtable();
+ }
+ end
end