Index: options.html |
=================================================================== |
--- a/options.html |
+++ b/options.html |
@@ -31,14 +31,15 @@ |
#content |
{ |
border: none; |
position: fixed; |
width: 100%; |
height: 100%; |
} |
</style> |
+ <script src="polyfill.js"></script> |
<script src="options.js" defer></script> |
</head> |
<body> |
<iframe id="content" data-src="desktop-options.html" data-src-fennec="mobile-options.html"></iframe> |
</body> |
</html> |