Updated assets
Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/27b92525 Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/27b92525 Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/27b92525 Branch: refs/heads/master Commit: 27b92525befb8730ac36bd88b2765d5addf341f8 Parents: 11a43d7 Author: chrisrohr <[email protected]> Authored: Thu Dec 11 15:02:05 2014 +0000 Committer: chrisrohr <[email protected]> Committed: Thu Dec 11 15:02:05 2014 +0000 ---------------------------------------------------------------------- blur-console/src/main/webapp/public/index.html | 2 +- ...rconsole.bf22d8bd6668e1750b42d3b4ef9a6458.js | 28 ++++++++++++++++++++ ...rconsole.bf71a1e7f24dd1b32305adae3e81811e.js | 28 -------------------- .../src/main/webapp/public/js/blurconsole.js | 6 ++--- ...sole.js.9ed166b6815e57bc1c2dcff1152ecd40.map | 1 + ...sole.js.e7dce0dd338bf5d4858bdb54d7cc9cc5.map | 1 - .../main/webapp/public/js/blurconsole.js.map | 2 +- 7 files changed, 34 insertions(+), 34 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/27b92525/blur-console/src/main/webapp/public/index.html ---------------------------------------------------------------------- diff --git a/blur-console/src/main/webapp/public/index.html b/blur-console/src/main/webapp/public/index.html index bfb3e0e..5b46cbc 100644 --- a/blur-console/src/main/webapp/public/index.html +++ b/blur-console/src/main/webapp/public/index.html @@ -64,7 +64,7 @@ under the License. </ul> </nav> <div id="blurconsole"></div> - <script src="js/blurconsole.bf71a1e7f24dd1b32305adae3e81811e.js"></script> + <script src="js/blurconsole.bf22d8bd6668e1750b42d3b4ef9a6458.js"></script> <script src="service/config.js"></script> <script type="text/javascript"> $(function () { blurconsole.initModule( $('#blurconsole') ); });
