зеркало из https://github.com/mozilla/pjs.git
Fixing bug 211940.
This commit is contained in:
Родитель
9f6c886bb7
Коммит
87c77c36b3
|
@ -23,6 +23,7 @@
|
|||
* Colin Phillips <colinp@oeone.com>
|
||||
* Chris Charabaruk <ccharabaruk@meldstar.com>
|
||||
* ArentJan Banck <ajbanck@planet.nl>
|
||||
* Eric Belhaire <eric.belhaire@ief.u-psud.fr>
|
||||
*
|
||||
* Alternatively, the contents of this file may be used under the terms of
|
||||
* either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
|
@ -129,8 +130,7 @@ function loadCalendarServerDialog()
|
|||
|
||||
document.getElementById( "server-password-textbox" ).value = gCalendarObject.password;
|
||||
|
||||
document.getElementById( "server-publish-checkbox" ).checked = gCalendarObject.publishAutomatically;
|
||||
|
||||
document.getElementById( "server-publish-checkbox" ).setAttribute( "checked", gCalendarObject.publishAutomatically );
|
||||
// start focus on title
|
||||
|
||||
var firstFocus = document.getElementById( "server-name-textbox" );
|
||||
|
|
Загрузка…
Ссылка в новой задаче