Skip to content

Commit 5cd76a9

Browse files
committed
sync working, several bugs fixed, URL entry
1 parent c4bacb5 commit 5cd76a9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+18475
-16266
lines changed

BeatOn/Assets/www/3rdpartylicenses.txt

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,31 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
430430
SOFTWARE.
431431

432432

433+
ngx-cookie-service
434+
MIT
435+
MIT License
436+
437+
Copyright (c) 2017 7leads GmbH
438+
439+
Permission is hereby granted, free of charge, to any person obtaining a copy
440+
of this software and associated documentation files (the "Software"), to deal
441+
in the Software without restriction, including without limitation the rights
442+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
443+
copies of the Software, and to permit persons to whom the Software is
444+
furnished to do so, subject to the following conditions:
445+
446+
The above copyright notice and this permission notice shall be included in all
447+
copies or substantial portions of the Software.
448+
449+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
450+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
451+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
452+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
453+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
454+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
455+
SOFTWARE.
456+
457+
433458
ngx-smart-modal
434459
MIT
435460
MIT License

BeatOn/Assets/www/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
</script>
1111
<meta name="viewport" content="width=device-width, initial-scale=1">
1212
<link rel="icon" type="image/x-icon" href="favicon.ico">
13-
<link rel="stylesheet" href="styles.c6e01a63cc411e900bea.css"></head>
13+
<link rel="stylesheet" href="styles.css"></head>
1414
<body fxLayout="column">
1515
<app-root fxLayout="column"></app-root>
16-
<script src="runtime-es2015.858f8dd898b75fe86926.js" type="module"></script><script src="polyfills-es2015.4aaaf8cdea71ba6ebdaf.js" type="module"></script><script src="runtime-es5.741402d1d47331ce975c.js" nomodule></script><script src="polyfills-es5.27d81060418231ff91d8.js" nomodule></script><script src="main-es2015.ec1293e4aafe7401ebad.js" type="module"></script><script src="main-es5.fba114a0e9a38eab8372.js" nomodule></script></body>
16+
<script src="runtime-es2015.js" type="module"></script><script src="polyfills-es2015.js" type="module"></script><script src="runtime-es5.js" nomodule></script><script src="polyfills-es5.js" nomodule></script><script src="main-es2015.js" type="module"></script><script src="main-es5.js" nomodule></script></body>
1717
</html>

BeatOn/Assets/www/main-es2015.ec1293e4aafe7401ebad.js renamed to BeatOn/Assets/www/main-es2015.js

Lines changed: 1702 additions & 808 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)