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

Unified Diff: index.html

Issue 8483154: Adding ABP core modules to ABP/Opera (Closed)
Patch Set: Created Oct. 11, 2012, 9:35 a.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: index.html
===================================================================
--- a/index.html
+++ b/index.html
@@ -1,23 +1,15 @@
<!DOCTYPE html>
-<html lang='en'>
- <head>
- <meta charset='utf-8'>
- <title>Opera AdBlock</title>
-
- <!--Load generic scripts-->
- <script src="/files/default.js"></script>
- <script src="/files/sources.js"></script>
- <script src="/files/download.js"></script>
- <script src="/files/preferences.js"></script>
- <script src="/files/css.js"></script>
- <script src="/files/parse.js"></script>
- <script src="/files/lists.js"></script>
- <script src="/files/translate.js"></script>
- <!--Load specific scripts-->
- <script src="/files/whitelist.js"></script>
- <!--<script src='/files/button.js'></script>-->
- <script src='/files/background.js'></script>
- </head>
- <body>
- </body>
-</html>
+<html>
+ <head>
+ <meta charset='utf-8'>
+ <title>AdBlock Plus for Opera</title>
+
+ <script src="lib/adblockplus_compat.js"></script>
+ <script src="lib/matcher.js"></script>
+ <script src="lib/adblockplus.js"></script>
+
+ <script src="background.js"></script>
+ </head>
+ <body>
+ </body>
+</html>

Powered by Google App Engine
This is Rietveld