зеркало из https://github.com/mozilla/gecko-dev.git
bug 140204:HTTP preferences have weird checkbox handling
r=bzbarsky sr=darin Check in for Antonio Xu's(antonit.xu@sun.com) fix
This commit is contained in:
Родитель
3f92f376a4
Коммит
572254b53c
|
@ -46,8 +46,6 @@ function checkPipelining()
|
|||
|
||||
var doDisable = !(enableHTTP11.selected && enableKeepAlive.checked);
|
||||
enablePipelining.disabled = doDisable;
|
||||
if (doDisable)
|
||||
enablePipelining.checked = false;
|
||||
} catch(e) {}
|
||||
}
|
||||
|
||||
|
@ -60,8 +58,6 @@ function checkPipeliningProxy()
|
|||
|
||||
var doDisable = !(enableHTTP11.selected && enableKeepAlive.checked);
|
||||
enablePipelining.disabled = doDisable;
|
||||
if (doDisable)
|
||||
enablePipelining.checked = false;
|
||||
} catch(e) {}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче