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

Unified Diff: composer.html

Issue 29570614: Issue 5028 - Use browser namespace (Closed) Base URL: https://hg.adblockplus.org/adblockpluschrome/
Patch Set: Update adblockplusui dependency Created Oct. 17, 2017, 1:02 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 | composer.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: composer.html
===================================================================
--- a/composer.html
+++ b/composer.html
@@ -19,16 +19,17 @@
<html>
<head>
<meta charset="utf-8">
<title>Block element</title>
<link type="text/css" href="jquery-ui/css/smoothness/jquery-ui-1.12.1.custom.css" rel="stylesheet" />
<script type="text/javascript" src="jquery-ui/js/jquery-3.2.1.min.js"></script>
<script type="text/javascript" src="jquery-ui/js/jquery-ui-1.12.1.custom.min.js"></script>
+<script type="text/javascript" src="polyfill.js"></script>
<script type="text/javascript" src="ext/common.js"></script>
<script type="text/javascript" src="ext/content.js"></script>
<script type="text/javascript" src="i18n.js" charset="utf-8"></script>
<script type="text/javascript" src="composer.js" charset="utf-8"></script>
<style type="text/css">
*
{
box-sizing: border-box;
« no previous file with comments | « no previous file | composer.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld