app_dev.reporter.js

This commit is contained in:
Oleg Korshul 2017-07-21 17:56:50 +03:00
parent 619f0e1d35
commit 782b70bda6
2 changed files with 6 additions and 1 deletions

View file

@ -68,6 +68,9 @@ require.config({
});
require([
'sockjs',
'xregexp',
'underscore'
], function () {
var _msg_func = function(msg) {

View file

@ -259,7 +259,9 @@
</style>
</head>
<body>
<script type="text/javascript" src="../../../vendor/jquery/jquery.min.js"></script>
<script type="text/javascript" src="../../../vendor/xregexp/xregexp-all-min.js"></script>
<script type="text/javascript" src="../sdk_dev_scripts.js"></script>
<script>
window.sdk_dev_scrpipts.forEach(function(item){