Left: | ||
Right: |
LEFT | RIGHT |
---|---|
1 /* | 1 /* |
Wladimir Palant
2012/12/13 16:07:00
This one has been properly renamed to keep history
Thomas Greiner
2013/01/14 10:06:41
Yes, it was IIRC.
| |
2 * This file is part of the URL Fixer, | 2 * This file is part of the URL Fixer, |
3 * Copyright (C) 2006-2012 Eyeo GmbH | 3 * Copyright (C) 2006-2012 Eyeo GmbH |
4 * | 4 * |
5 * URL Fixer is free software: you can redistribute it and/or modify | 5 * URL Fixer is free software: you can redistribute it and/or modify |
6 * it under the terms of the GNU General Public License version 3 as | 6 * it under the terms of the GNU General Public License version 3 as |
7 * published by the Free Software Foundation. | 7 * published by the Free Software Foundation. |
8 * | 8 * |
9 * URL Fixer is distributed in the hope that it will be useful, | 9 * URL Fixer is distributed in the hope that it will be useful, |
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of | 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of |
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
215 | 215 |
216 Prefs.domainOptInAsk = true; | 216 Prefs.domainOptInAsk = true; |
217 Prefs.domainOptIn = true; | 217 Prefs.domainOptIn = true; |
218 button.style.display = "none"; | 218 button.style.display = "none"; |
219 message.style.display = ""; | 219 message.style.display = ""; |
220 }, false); | 220 }, false); |
221 | 221 |
222 message.style.display = "none"; | 222 message.style.display = "none"; |
223 container.style.display = ""; | 223 container.style.display = ""; |
224 } | 224 } |
LEFT | RIGHT |