File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -72,8 +72,8 @@ class TextDocumentContentProvider implements vscode.TextDocumentContentProvider
72
72
<link rel="stylesheet" href="${ this . getStyleSheetPath ( 'animate.min.css' ) } " >
73
73
<link rel="stylesheet" href="${ this . getStyleSheetPath ( 'hint.min.css' ) } " >
74
74
<link rel="stylesheet" href="${ this . getStyleSheetPath ( 'main.css' ) } " >
75
- <script src="${ this . getNodeModulesPath ( path . join ( 'jquery' , 'dist' , 'jquery.min.js' ) ) } "></script>
76
- <script src="${ this . getNodeModulesPath ( path . join ( 'clipboard' , 'dist' , 'clipboard.min.js' ) ) } "></script>
75
+ <script src="${ this . getNodeModulesPath ( path . join ( 'jquery' , 'dist' , 'jquery.min.js' ) ) } "></script>
76
+ <script src="${ this . getNodeModulesPath ( path . join ( 'clipboard' , 'dist' , 'clipboard.min.js' ) ) } "></script>
77
77
<script src="${ this . getScriptFilePath ( 'proxy.js' ) } "></script>
78
78
<script src="${ this . getScriptFilePath ( 'svgGenerator.js' ) } "></script>
79
79
<script src="${ this . getScriptFilePath ( 'detailsView.js' ) } "></script>
You can’t perform that action at this time.
0 commit comments