]> git.mxchange.org Git - friendica-addons.git/blobdiff - jappixmini/jappix/js/connection.js
Merge branch '3.6-rc'
[friendica-addons.git] / jappixmini / jappix / js / connection.js
index 85a718c5fa24b2d0eb13b387800ad8d60761ca39..afd1f6e8bedf99d828c4333e44796d39c975ab33 100644 (file)
@@ -489,7 +489,7 @@ function getEverything() {
        getStorage(NS_ROSTERNOTES);
 }
 
        getStorage(NS_ROSTERNOTES);
 }
 
-// Plugin launcher
+// Addon launcher
 function launchConnection() {
        // Logouts when Jappix is closed
        $(window).bind('beforeunload', terminate);
 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);
 $(document).ready(launchConnection);