????
Current Path : C:/inetpub/vhost/redmine/public/themes/openmind/javascripts/ |
Current File : C:/inetpub/vhost/redmine/public/themes/openmind/javascripts/theme.js |
(function($) { 'use strict'; $(function() { /** * This theme is created by Terry Lin. * Keeping the credit link is the best support for me. */ var authorInfo = ''; authorInfo += ' | '; authorInfo += '<a href="https://github.com/terrylinooo/openmind" target="_blank">Openmind</a>'; authorInfo += ' theme by '; authorInfo += '<a href="https://terryl.in">Terry L.</a>'; $('#footer').append(authorInfo); }); })(jQuery);