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({
|
||||
title: "gPass",
|
||||
text: "Error : It seems that it's not a gPass server",
|
||||
data: this.responseText,
|
||||
text: text,
|
||||
data: data,
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user