You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by er...@apache.org on 2016/09/24 08:24:23 UTC

james-project git commit: Ensure last logo-10 proposal is displayed on web site when clicked

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 <er...@datalayer.io>
Authored: Sat Sep 24 10:23:40 2016 +0200
Committer: Eric Charles <er...@datalayer.io>
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: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org