X-Git-Url: https://git.mxchange.org/?p=friendica-addons.git;a=blobdiff_plain;f=jappixmini%2Fjappix%2Fjs%2Fconnection.js;fp=jappixmini%2Fjappix%2Fjs%2Fconnection.js;h=afd1f6e8bedf99d828c4333e44796d39c975ab33;hp=85a718c5fa24b2d0eb13b387800ad8d60761ca39;hb=39dd3dffe07efd69fa1ac6d0bd243c7fc0e3a66f;hpb=5360f08f4295f2306d815a7659fbdff94fda01a3 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);