Index: background.html |
=================================================================== |
--- a/background.html |
+++ b/background.html |
@@ -14,16 +14,17 @@ |
- |
- You should have received a copy of the GNU General Public License |
- along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>. |
--> |
<html> |
<head> |
<meta charset="utf-8"> |
+ <script type="text/javascript" src="polyfill.js"></script> |
<script type="text/javascript" src="ext/common.js"></script> |
Manish Jethani
2017/10/11 11:29:06
This is needed for ext.Page
|
<script type="text/javascript" src="ext/background.js"></script> |
<script type="text/javascript" src="background.js"></script> |
<script type="text/javascript" src="messageResponder.js"></script> |
</head> |
<body> |
</body> |
</html> |