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

Unified Diff: popup.html

Issue 29570774: Issue 5593 - Merge notification.js and stats.js into popup.js (Closed) Base URL: https://hg.adblockplus.org/adblockpluschrome/
Patch Set: Created Oct. 9, 2017, 5:39 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
Index: popup.html
===================================================================
--- a/popup.html
+++ b/popup.html
@@ -17,21 +17,18 @@
- along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>.
-->
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="skin/popup.css">
<script src="ext/common.js"></script>
Manish Jethani 2017/10/09 17:43:24 The code in ext/common.js will eventually make it
- <script src="ext/popup.js"></script>
<script src="i18n.js"></script>
<script src="popup.js"></script>
- <script src="notification.js"></script>
- <script src="stats.js"></script>
</head>
<!-- Set tabindex to work around Chromium issue 304532 -->
<body class="nohtml" tabindex="1">
<header>
<img id="logo" src="icons/detailed/abp-64.png" srcset="icons/detailed/abp-128.png 2x">
</header>

Powered by Google App Engine
This is Rietveld