Little mistake in firefox addon notify()
This commit is contained in:
parent
d395807c98
commit
601ddfc629
|
@ -58,8 +58,8 @@ function notify(text, data)
|
||||||
{
|
{
|
||||||
notifications.notify({
|
notifications.notify({
|
||||||
title: "gPass",
|
title: "gPass",
|
||||||
text: "Error : It seems that it's not a gPass server",
|
text: text,
|
||||||
data: this.responseText,
|
data: data,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user