Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: devtools-panel.html

Issue 29494581: Issue 5386 - Do not include content.js in devtools panel (Closed) Base URL: https://hg.adblockplus.org/adblockplusui/
Patch Set: Created July 21, 2017, 8:29 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: devtools-panel.html
===================================================================
--- a/devtools-panel.html
+++ b/devtools-panel.html
@@ -16,17 +16,16 @@
- along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>.
-->
<html>
<head>
<meta charset="utf-8">
<link type="text/css" rel="stylesheet" href="skin/devtools-panel.css">
<script src="ext/common.js"></script>
- <script src="ext/content.js"></script>
<script src="ext/devtools.js"></script>
<script src="devtools-panel.js"></script>
</head>
<body>
<header>
<table>
<colgroup>
<col>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld