????

Your IP : 216.73.216.64


Current Path : C:/inetpub/vhost/redmine/public/themes/openmind/javascripts/
Upload File :
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);