Skip to content

Commit 69f1c5b

Browse files
committed
InlineQueryAnalyzerControlAddin folder reorganized
1 parent 1813fb7 commit 69f1c5b

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

app/src/QueryAnalyzerClientAddIn/QueryAnalyzerControlAddIn.ControlAddIn.al renamed to app/src/InlineQueryAnalyzerControlAddin/QueryAnalyzerControlAddIn.ControlAddIn.al

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ controladdin QueryAnalyzerControlAddIn
1212
Scripts = 'https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.3.2/highlight.min.js',
1313
'https://unpkg.com/ag-grid-community/dist/ag-grid-community.min.js';
1414

15-
StartupScript = 'js\QueryAnalyzer.js';
15+
StartupScript = 'src\InlineQueryAnalyzerControlAddin\js\QueryAnalyzer.js';
1616
StyleSheets = 'https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.3.2/styles/tomorrow.min.css',
17-
'css\QueryAnalyzer.css';
17+
'src\InlineQueryAnalyzerControlAddin\css\QueryAnalyzer.css';
1818

1919
event ControlAddInReady();
2020
event ExecuteQuery(QueryText: Text);

0 commit comments

Comments
 (0)