diff options
| author | Endi S. Dewata <edewata@redhat.com> | 2017-02-18 08:58:25 +0100 |
|---|---|---|
| committer | Endi S. Dewata <edewata@redhat.com> | 2017-02-20 17:31:23 +0100 |
| commit | 7556ebf5f8bbc4477eb4601a359ce3ed5cc6af6f (patch) | |
| tree | fca2a25743eb008ebcf9cf97c702178d5a950b98 /base/tps/shared/webapps | |
| parent | 220dd64ce23b05bcf84df8ca123ee2f27589ab91 (diff) | |
| download | pki-7556ebf5f8bbc4477eb4601a359ce3ed5cc6af6f.tar.gz pki-7556ebf5f8bbc4477eb4601a359ce3ed5cc6af6f.tar.xz pki-7556ebf5f8bbc4477eb4601a359ce3ed5cc6af6f.zip | |
Refactored pki-ui.js.
For clarity the non-UI code in the pki-ui.js has been moved into
pki.js.
Diffstat (limited to 'base/tps/shared/webapps')
| -rw-r--r-- | base/tps/shared/webapps/tps/ui/index.jsp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/base/tps/shared/webapps/tps/ui/index.jsp b/base/tps/shared/webapps/tps/ui/index.jsp index b7776c91c..bae74ce8f 100644 --- a/base/tps/shared/webapps/tps/ui/index.jsp +++ b/base/tps/shared/webapps/tps/ui/index.jsp @@ -26,6 +26,7 @@ <script src="/pki/js/backbone.js"></script> <script src="/pki/js/bootstrap.js"></script> <script src="/pki/js/patternfly.js"></script> + <script src="/pki/js/pki.js"></script> <script src="/pki/js/pki-ui.js"></script> <script src="/tps/js/tps.js"></script> <script src="/tps/js/account.js"></script> |
