Skip to content

Commit

Permalink
Remove stylesheet from html
Browse files Browse the repository at this point in the history
  • Loading branch information
rchiodo committed Mar 30, 2020
1 parent 93d8e02 commit 25a40da
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/client/common/application/webPanels/webPanel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ export class WebPanel implements IWebPanel {
<meta name="theme" content="${Identifiers.GeneratedThemeName}"/>
<title>VS Code Python React UI</title>
<base href="${uriBase}${uriBase.endsWith('/') ? '' : '/'}"/>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down Expand Up @@ -200,7 +199,6 @@ export class WebPanel implements IWebPanel {
<meta name="theme" content="${Identifiers.GeneratedThemeName}"/>
<title>VS Code Python React UI</title>
<base href="${uriBase}"/>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
</head>
<body>
<script type="text/javascript">
Expand Down

0 comments on commit 25a40da

Please sign in to comment.