X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=jappixmini%2Fjappix%2Fjs%2Fconnection.js;h=afd1f6e8bedf99d828c4333e44796d39c975ab33;hb=96c41e56233765571870b56081efc366655bead4;hp=85a718c5fa24b2d0eb13b387800ad8d60761ca39;hpb=c71f7b0e1a7bb5ca88347b295dd3a4cc3106c5a9;p=friendica-addons.git diff --git a/jappixmini/jappix/js/connection.js b/jappixmini/jappix/js/connection.js index 85a718c5..afd1f6e8 100644 --- a/jappixmini/jappix/js/connection.js +++ b/jappixmini/jappix/js/connection.js @@ -489,7 +489,7 @@ function getEverything() { getStorage(NS_ROSTERNOTES); } -// Plugin launcher +// Addon launcher function launchConnection() { // Logouts when Jappix is closed $(window).bind('beforeunload', terminate); @@ -522,5 +522,5 @@ function launchConnection() { } } -// Launch this plugin! +// Launch this addon! $(document).ready(launchConnection);