Repository: james-project
Updated Branches:
  refs/heads/master 3c8c176a0 -> 2bfe6ce59


Ensure last logo-10 proposal is displayed on web site when clicked


Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/2bfe6ce5
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/2bfe6ce5
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/2bfe6ce5

Branch: refs/heads/master
Commit: 2bfe6ce593dbe4b6d0dee0d1c376405cd7f00a26
Parents: 3c8c176
Author: Eric Charles <[email protected]>
Authored: Sat Sep 24 10:23:40 2016 +0200
Committer: Eric Charles <[email protected]>
Committed: Sat Sep 24 10:23:40 2016 +0200

----------------------------------------------------------------------
 src/site/resources/js/james/index.js | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/2bfe6ce5/src/site/resources/js/james/index.js
----------------------------------------------------------------------
diff --git a/src/site/resources/js/james/index.js 
b/src/site/resources/js/james/index.js
index 4727e20..da302a7 100644
--- a/src/site/resources/js/james/index.js
+++ b/src/site/resources/js/james/index.js
@@ -75,6 +75,10 @@ function initIndexPage() {
         switchLogo('logo-call/james-logo-9.png');
     });
     
+    $('#james-logo-10-preview').click(function() {
+        switchLogo('logo-call/james-logo-10.png');
+    });
+    
     if (window.location.hash == '#logo') {
        selectLogoTab();
     }


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to