| 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> |
| <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> |