fixed image upload and eslint

This commit is contained in:
azivner
2018-03-25 20:18:08 -04:00
parent 341f47f0f2
commit a69d8737ce
5 changed files with 24 additions and 15 deletions

View File

@@ -484,8 +484,8 @@
<div id="tooltip" style="display: none;"></div>
<script type="text/javascript">
const baseApiUrl = 'api/';
const glob = {
window.baseApiUrl = 'api/';
window.glob = {
activeDialog: null,
sourceId: '<%= sourceId %>',
maxSyncIdAtLoad: <%= maxSyncIdAtLoad %>