commit | 95765195e4a93e099a585475022d0a2de9e0bea3 | [log] [tgz] |
---|---|---|
author | Jakub Josef <jakub.josef@gmail.com> | Wed Aug 09 20:29:16 2017 +0200 |
committer | Filip Pytloun <filip@pytloun.cz> | Wed Aug 16 17:07:38 2017 +0200 |
tree | f285852e82888987b77b69b342b1f106b4a59bfc | |
parent | 1aa478836d228c2ce576c7830a40f16a1b655f86 [diff] |
Added reference to used ansi color plugin Change-Id: I758c7dd67cb71b9cafb61c14e2d3eaa6eaa1d284
diff --git a/theme/mirantis.js b/theme/mirantis.js index 88945bd..d838b85 100644 --- a/theme/mirantis.js +++ b/theme/mirantis.js
@@ -1,3 +1,5 @@ + +// ------ Jenkins ANSI color pure JS plugin https://github.com/jakubjosef/jenkins-ansi-color-js ------ // function DOMReady(fn) { if (document.attachEvent ? document.readyState === "complete" : document.readyState !== "loading") { fn();