Index: popup.html |
=================================================================== |
--- a/popup.html |
+++ b/popup.html |
@@ -2,7 +2,7 @@ |
<!-- |
- This file is part of Adblock Plus <http://adblockplus.org/>, |
- - Copyright (C) 2006-2013 Eyeo GmbH |
+ - Copyright (C) 2006-2014 Eyeo GmbH |
- |
- Adblock Plus is free software: you can redistribute it and/or modify |
- it under the terms of the GNU General Public License version 3 as |
@@ -20,15 +20,15 @@ |
<html> |
<head> |
<link rel="stylesheet" type="text/css" href="skin/popup.css"> |
- <script src="ext/common.js"></script> |
- <script src="ext/background.js"></script> |
+ <script src="ext/popup.js"></script> |
<script src="i18n.js"></script> |
<script src="popup.js"></script> |
<script src="notification.js"></script> |
<script src="stats.js"></script> |
</head> |
<!-- Set tabindex to work around Chromium issue 304532 --> |
-<body tabindex="1"> |
+<!-- Set overflow to hidden in order to prevent Safari showing scrollbars while loading --> |
+<body tabindex="1" style="overflow: hidden;"> |
<header> |
<div id="logo"></div> |
@@ -65,6 +65,7 @@ |
<div class="menu-item collapse" data-option="show_statsinpopup" data-collapsable="stats-container" role="button"> |
<div class="icon"></div> |
<span class="i18n_stats_title"></span> |
+ <div class="collapse-icon-placeholder safari-inline-block"></div> |
<div class="collapse-icon"></div> |
</div> |
<ul id="stats" class="collapsable"> |