| OLD | NEW | 
|---|
| 1 /* | 1 /* | 
| 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 | 
| (...skipping 18 matching lines...) Expand all  Loading... | 
| 29 } | 29 } | 
| 30 | 30 | 
| 31 function onCancel() | 31 function onCancel() | 
| 32 { | 32 { | 
| 33   Prefs.domainOptInAsk = true; | 33   Prefs.domainOptInAsk = true; | 
| 34   Prefs.domainOptIn = false; | 34   Prefs.domainOptIn = false; | 
| 35 } | 35 } | 
| 36 | 36 | 
| 37 function onDisclosure() | 37 function onDisclosure() | 
| 38 { | 38 { | 
| 39   require("typedItCollector").openDisclosurePage(); | 39   require("typoCollector").openDisclosurePage(); | 
| 40   window.close(); | 40   window.close(); | 
| 41 } | 41 } | 
| OLD | NEW | 
|---|