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

Unified Diff: popup.html

Issue 16067002: Added Safari Support (Closed)
Patch Set: Bugfixes Created Nov. 15, 2013, 8:58 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
« no previous file with comments | « options.js ('k') | popup.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: popup.html
===================================================================
--- a/popup.html
+++ b/popup.html
@@ -28,6 +28,7 @@
min-width: 170px;
background: #ffffff;
color: #000000;
+ overflow: hidden;
}
a { text-decoration: none }
@@ -113,6 +114,8 @@
</style>
<script type="text/javascript" src="jquery-ui/js/jquery-1.7.1.min.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="i18n.js"></script>
<script type="text/javascript" src="popup.js"></script>
<script type="text/javascript" src="notification.js"></script>
@@ -137,6 +140,9 @@
<button id="cancelButton" class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only"><span class="i18n_cancel"></span></button>
</div>
+<div class="spacer"></div>
+<button id="optionsButton" class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only"><span class="i18n_options"></span></button>
+
<div id="statsContainer" hidden>
<strong class="i18n_stats_title"></strong>
<div id="stats">
« no previous file with comments | « options.js ('k') | popup.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld