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/09 20:37:04 UTC

[whimsy] branch master updated: load scripts AFTER footer is displayed

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 822b557  load scripts AFTER footer is displayed
822b557 is described below

commit 822b557731024e352574e124902f1982cad568a6
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Sat Sep 9 16:36:14 2017 -0400

    load scripts AFTER footer is displayed
---
 www/roster/views/committee.html.rb | 9 +++++----
 www/roster/views/committer.html.rb | 9 +++++----
 www/roster/views/group.html.rb     | 9 +++++----
 3 files changed, 15 insertions(+), 12 deletions(-)

diff --git a/www/roster/views/committee.html.rb b/www/roster/views/committee.html.rb
index a35fd66..3aef11c 100644
--- a/www/roster/views/committee.html.rb
+++ b/www/roster/views/committee.html.rb
@@ -15,10 +15,11 @@ _html do
       }
     ) do
       _div_.main!
-      _script src: 'app.js'
-      _.render '#main' do
-        _PMC committee: @committee, auth: @auth
-      end
+    end
+
+    _script src: 'app.js'
+    _.render '#main' do
+      _PMC committee: @committee, auth: @auth
     end
   end
 end
diff --git a/www/roster/views/committer.html.rb b/www/roster/views/committer.html.rb
index e1bd704..fe6c53d 100644
--- a/www/roster/views/committer.html.rb
+++ b/www/roster/views/committer.html.rb
@@ -15,10 +15,11 @@ _html do
       }
     ) do
       _div_.main!
-      _script src: 'app.js'
-      _.render '#main' do
-        _Person committer: @committer, auth: @auth
-      end
+    end
+
+    _script src: 'app.js'
+    _.render '#main' do
+      _Person committer: @committer, auth: @auth
     end
   end
 end
diff --git a/www/roster/views/group.html.rb b/www/roster/views/group.html.rb
index 3509d6a..c288ae4 100644
--- a/www/roster/views/group.html.rb
+++ b/www/roster/views/group.html.rb
@@ -15,10 +15,11 @@ _html do
       }
     ) do
       _div_.main!
-      _script src: 'app.js'
-      _.render '#main' do
-        _Group group: @group, auth: @auth
-      end
+    end
+
+    _script src: 'app.js'
+    _.render '#main' do
+      _Group group: @group, auth: @auth
     end
   end
 end

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