Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/scripts/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
var cx = '008007135417019367495:caxgodc2wem';
var gcse = document.createElement('script'); gcse.type = 'text/javascript';
gcse.async = true;
gcse.src = (document.location.protocol == 'https' ? 'https:' : 'http:') +
gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
'//cse.google.com/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(gcse, s);

Expand Down
2 changes: 1 addition & 1 deletion content/pages/about-this-website.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This OpenCMISS website is a Free Software project, part of OpenCMISS's documenta

This website is the new website for OpenCMISS software. Content is still being migrated from `cmiss.org <http://www.cmiss.org>`_, `physiomeproject.org <http://opencmiss.physiomeproject.org>`_ and other sites.

Contact `Noel Zeng <mailto:bioeng-webmaster@auckland.ac.nz>`_, a developer and maintainer of this website if you have any suggestions, questions or praise about the website. If you have questions about OpenCMISS software projects, please take a look at the `Community page </community.html>`_.
Contact `the OpenCMISS website team <mailto:website@list.opencmiss.org>`_ if you have any suggestions, questions or praise about the website. If you have questions about OpenCMISS software projects, please take a look at the `Community page </community.html>`_.


Credit for Artworks
Expand Down