mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-11 16:32:59 +00:00
bug 484122. geolocation timeout due to string change. r=bent
This commit is contained in:
parent
8c1295be26
commit
53c5b02134
@ -86,10 +86,10 @@ function clickNotificationButton(aBar, aButtonName) {
|
||||
|
||||
function clickAccept()
|
||||
{
|
||||
clickNotificationButton(getNotificationBox().currentNotification, "Exact Location (within 10 feet)");
|
||||
clickNotificationButton(getNotificationBox().currentNotification, "Tell them");
|
||||
}
|
||||
|
||||
function clickDeny()
|
||||
{
|
||||
clickNotificationButton(getNotificationBox().currentNotification, "Nothing");
|
||||
clickNotificationButton(getNotificationBox().currentNotification, "Don't tell them");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user