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

Delta Between Two Patch Sets: index.html

Issue 8483154: Adding ABP core modules to ABP/Opera (Closed)
Left Patch Set: Created Oct. 9, 2012, 9:51 a.m.
Right Patch Set: Created Oct. 11, 2012, 9:35 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
LEFTRIGHT
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <meta charset='utf-8'> 4 <meta charset='utf-8'>
5 <title>AdBlock Plus for Opera</title> 5 <title>AdBlock Plus for Opera</title>
6 6
7 <script src="lib/adblockplus_compat.js"></script> 7 <script src="lib/adblockplus_compat.js"></script>
8 <script src="lib/matcher.js"></script> 8 <script src="lib/matcher.js"></script>
9 <script src="lib/adblockplus.js"></script> 9 <script src="lib/adblockplus.js"></script>
10 10
11 <script src="background.js"></script> 11 <script src="background.js"></script>
12 <script src="filterListener.js"></script>
Felix Dahlke 2012/10/10 12:11:22 Note from Wladimir: This include should be removed
Felix Dahlke 2012/10/11 07:54:28 Done, while I was at it.
13 </head> 12 </head>
14 <body> 13 <body>
15 </body> 14 </body>
16 </html> 15 </html>
LEFTRIGHT

Powered by Google App Engine
This is Rietveld