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

Side by Side Diff: popup.html

Issue 29692555: Issue 5613 - Removal of social media: Share this number (Closed)
Patch Set: Addressed Manvel and Dave's feedback Created Feb. 19, 2018, 9:52 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « _locales/en_US/messages.json ('k') | popup.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 2
3 <!-- 3 <!--
4 - This file is part of Adblock Plus <https://adblockplus.org/>, 4 - This file is part of Adblock Plus <https://adblockplus.org/>,
5 - Copyright (C) 2006-present eyeo GmbH 5 - Copyright (C) 2006-present eyeo GmbH
6 - 6 -
7 - Adblock Plus is free software: you can redistribute it and/or modify 7 - Adblock Plus is free software: you can redistribute it and/or modify
8 - it under the terms of the GNU General Public License version 3 as 8 - it under the terms of the GNU General Public License version 3 as
9 - published by the Free Software Foundation. 9 - published by the Free Software Foundation.
10 - 10 -
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 <span class="i18n_stats_title"></span> 74 <span class="i18n_stats_title"></span>
75 <div class="collapse-icon-placeholder"></div> 75 <div class="collapse-icon-placeholder"></div>
76 <div class="collapse-icon"></div> 76 <div class="collapse-icon"></div>
77 </div> 77 </div>
78 <ul id="stats" class="collapsible"> 78 <ul id="stats" class="collapsible">
79 <li> 79 <li>
80 <div> 80 <div>
81 <div id="stats-page"></div> 81 <div id="stats-page"></div>
82 <div id="stats-total"></div> 82 <div id="stats-total"></div>
83 </div> 83 </div>
84
85 <div id="share">
86 <span class="i18n_stats_share_title"></span>
87 <div id="share-box">
88 <div data-social="facebook"></div>
89 <div data-social="twitter"></div>
90 <div data-social="gplus"></div>
91 </div>
92 </div>
93 </li> 84 </li>
94 <li> 85 <li>
95 <div id="show-iconnumber" class="checkbox" role="checkbox" aria-checke d></div> 86 <div id="show-iconnumber" class="checkbox" role="checkbox" aria-checke d></div>
96 <label for="show-iconnumber" class="i18n_stats_show_iconnumber"></labe l> 87 <label for="show-iconnumber" class="i18n_stats_show_iconnumber"></labe l>
97 </li> 88 </li>
98 </ul> 89 </ul>
99 </li> 90 </li>
100 91
101 <li id="issueReporter" class="menu-item" role="button"> 92 <li id="issueReporter" class="menu-item" role="button">
102 <div class="icon"></div> 93 <div class="icon"></div>
103 <span class="i18n_sendReport"></span> 94 <span class="i18n_sendReport"></span>
104 </li> 95 </li>
105 </ul> 96 </ul>
106 </div> 97 </div>
107 98
108 <footer id="options" role="button"> 99 <footer id="options" role="button">
109 <div class="icon"></div> 100 <div class="icon"></div>
110 <span class="i18n_options_short"></span> 101 <span class="i18n_options_short"></span>
111 </footer> 102 </footer>
112 103
113 </body> 104 </body>
114 </html> 105 </html>
OLDNEW
« no previous file with comments | « _locales/en_US/messages.json ('k') | popup.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld