Skip to content

Commit

Permalink
(web) bug fixes and session player unit-test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-kovoy committed May 9, 2016
1 parent 54f5774 commit fdf206a
Show file tree
Hide file tree
Showing 11 changed files with 202 additions and 164 deletions.
44 changes: 22 additions & 22 deletions web/dist/app/app.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion web/dist/app/styles.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion web/dist/app/vendor.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
/******/ script.charset = 'utf-8';
/******/ script.async = true;
/******/
/******/ script.src = __webpack_require__.p + "" + {"1":"eeb37b4735885b122637","2":"6a8d45c5dd0dd50f8bfa"}[chunkId] + ".js";
/******/ script.src = __webpack_require__.p + "" + {"1":"32405cf35de47db5db9f","2":"848a2ee552807b90738a"}[chunkId] + ".js";
/******/ head.appendChild(script);
/******/ }
/******/ };
Expand Down
6 changes: 3 additions & 3 deletions web/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
<script src="/web/app/assets/js/bootstrap-3.3.6.js"></script>
<script src="/web/app/assets/js/term-0.0.7.js"></script>
<script src="/web/app/assets/js/bootstrap-datepicker-1.6.0.js"></script>
<script src="/web/app/vendor.js?ver=0.11462741803881"></script>
<script src="/web/app/styles.js?ver=0.11462741803881"></script>
<script src="/web/app/vendor.js?ver=0.11462829281278"></script>
<script src="/web/app/styles.js?ver=0.11462829281278"></script>
</head>
<body class="grv">
<div id="app"></div>
<div id="bearer_token" style="display: none;">{{.Session}}</div>
</body>
<script src="/web/config.js"></script>
<script src="/web/app/app.js?ver=0.11462741803881"></script>
<script src="/web/app/app.js?ver=0.11462829281278"></script>
</html>
Loading

0 comments on commit fdf206a

Please sign in to comment.