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

Side by Side Diff: html/templates/index.html

Issue 4859491858251776: Fix the approach used in ieFirstRun.js (Closed)
Patch Set: Formatting nit addressed Created July 16, 2014, 11:19 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « html/templates/firstRun.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <!-- saved from url=(0014)about:internet --> 2 <!-- saved from url=(0014)about:internet -->
3 <html lang="en"> 3 <html lang="en">
4 <head> 4 <head>
5 <title>Adblock Plus Options</title> 5 <title>Adblock Plus Options</title>
6 <meta name="viewport" content="width=device-width, initial-scale=1"/> 6 <meta name="viewport" content="width=device-width, initial-scale=1"/>
7 <link rel="stylesheet" href="../static/css/settings.css"/> 7 <link rel="stylesheet" href="../static/css/settings.css"/>
8 8
9 <!--[if lt IE 7]> 9 <!--[if lt IE 7]>
10 <script src="../static/js/vendor/DD_belatedPNG.js"></script> 10 <script src="../static/js/vendor/DD_belatedPNG.js"></script>
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 </li> 75 </li>
76 <li> 76 <li>
77 <a href="https://plus.google.com/+AdblockPlus" target="_blank"> 77 <a href="https://plus.google.com/+AdblockPlus" target="_blank">
78 <img src="../static/img/social/gplus.png" width="82" height="82" a lt="Google+ logo"/> 78 <img src="../static/img/social/gplus.png" width="82" height="82" a lt="Google+ logo"/>
79 </a> 79 </a>
80 </li> 80 </li>
81 </ul> 81 </ul>
82 </div> 82 </div>
83 </footer> 83 </footer>
84 84
85 <script src="../static/js/ieEventListenerPolyfill.js"></script>
85 <script src="../static/js/settings.js"></script> 86 <script src="../static/js/settings.js"></script>
86 <script src="../static/js/IESettings.js"></script> 87 <script src="../static/js/IESettings.js"></script>
87 </body> 88 </body>
88 </html> 89 </html>
OLDNEW
« no previous file with comments | « html/templates/firstRun.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld