Fix explain plan and geometry viewer issue. It's a regression of SonarQube fixes. Fixes #6239

This commit is contained in:
Aditya Toshniwal
2021-02-19 14:29:43 +05:30
committed by Akshay Joshi
parent 2570f7d75c
commit 32197a8405
2 changed files with 5 additions and 7 deletions

View File

@@ -6,9 +6,10 @@
// This software is released under the PostgreSQL Licence
//
//////////////////////////////////////////////////////////////
/* This is used to change publicPath of webpack at runtime for loading chunks */
/* eslint-disable */
let __webpack_public_path__ = window.resourceBasePath;
/* This is used to change publicPath of webpack at runtime for loading chunks */
/* Do not add let, var, const to this variable */
__webpack_public_path__ = window.resourceBasePath;
/* eslint-enable */
import {launchDataGrid} from 'tools/datagrid/static/js/show_query_tool';