using minified rhea library
Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/f9ba97fd Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/f9ba97fd Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/f9ba97fd Branch: refs/heads/master Commit: f9ba97fdbd3a5b73e0af46502cad1c6c7c6597bb Parents: 9d0bed0 Author: Ernest Allen <[email protected]> Authored: Mon Feb 22 12:13:15 2016 -0500 Committer: Ernest Allen <[email protected]> Committed: Mon Feb 22 12:13:15 2016 -0500 ---------------------------------------------------------------------- console/stand-alone/index.html | 2 +- console/stand-alone/plugin/lib/rhea-min.js | 93 +++++++++++++++++++++++++ 2 files changed, 94 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/f9ba97fd/console/stand-alone/index.html ---------------------------------------------------------------------- diff --git a/console/stand-alone/index.html b/console/stand-alone/index.html index 63bf162..f719a04 100644 --- a/console/stand-alone/index.html +++ b/console/stand-alone/index.html @@ -113,7 +113,7 @@ under the License. <script type="text/javascript" src="plugin/js/qdrTopology.js"></script> <script type="text/javascript" src="plugin/js/qdrSettings.js"></script> - <script type="text/javascript" src="plugin/lib/rhea.js"></script> + <script type="text/javascript" src="plugin/lib/rhea-min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.fancytree/2.15.0/jquery.fancytree.js" type="text/javascript"></script> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
