зеркало из https://github.com/mozilla/pjs.git
fix goofed recent change from use of commondialogs to promptservice. bug 75244 r=hyatt,ianh
This commit is contained in:
Родитель
65c1bc67db
Коммит
417a7bca21
|
@ -80,7 +80,7 @@
|
|||
var title = " ";
|
||||
var message = "";
|
||||
var ok =
|
||||
promptService.Select
|
||||
promptService.select
|
||||
(window, title, message, valueList.length, valueList, position)
|
||||
if (ok) {
|
||||
target.value = valueList[position.value];
|
||||
|
|
Загрузка…
Ссылка в новой задаче