forked from friendica/friendica-addons
Update strings
update strings to contain addon
This commit is contained in:
parent
c71f7b0e1a
commit
96c41e5623
519 changed files with 829 additions and 829 deletions
|
@ -316,13 +316,13 @@ function filterIntegrateBox(data) {
|
|||
return string;
|
||||
}
|
||||
|
||||
// Plugin launcher
|
||||
// Addon launcher
|
||||
function launchIntegratebox() {
|
||||
// Click event
|
||||
$('#integratebox .bottom .finish.close').click(closeIntegrateBox);
|
||||
}
|
||||
|
||||
// Plugin keyup event
|
||||
// Addon keyup event
|
||||
$(document).keyup(function(e) {
|
||||
// Previous item?
|
||||
if((exists('#integratebox .bottom .finish.previous:not(.disabled)')) && (e.keyCode == 37)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue