зеркало из https://github.com/mozilla/pjs.git
Checked in, fix to bug 305971
This commit is contained in:
Родитель
194a45e592
Коммит
bb036e7111
|
@ -576,17 +576,7 @@ function BrowserPopupShowing () {
|
|||
}
|
||||
|
||||
var selectedRange=getBrowser().selectedBrowser.contentDocument.getSelection();
|
||||
if(selectedRange) {
|
||||
|
||||
s=util_stripCharsFromString(selectedRange,"#_+()- ");
|
||||
if(util_validateInteger(s) && s.length >= 7) {
|
||||
document.getElementById("item-call").hidden=false;
|
||||
document.getElementById("item-call").label="Call \""+ selectedRange + " \"";
|
||||
document.getElementById("item-call").setAttribute("oncommand","DoTestSendCall("+s+")");
|
||||
} else {
|
||||
document.getElementById("item-call").hidden=true;
|
||||
}
|
||||
}
|
||||
|
||||
/* Enable Copy */
|
||||
if(selectedRange.toString()) {
|
||||
document.getElementById("item-copy").style.display="block";
|
||||
|
|
Загрузка…
Ссылка в новой задаче