Merge branch '3.6-rc'
[friendica-addons.git] / jappixmini / jappix / js / interface.js
index e4a0db52ef73820c6c6c6cfcf1447da94bd49485..5fe6593bc8b0c4ec5814e05b851543f0b2bbfe97 100644 (file)
@@ -376,11 +376,11 @@ function inputFocus() {
                });
 }
 
-// Plugin launcher
+// Addon launcher
 function launchInterface() {
        // Focus on the first visible input
        $(window).focus(inputFocus);
 }
 
-// Launch this plugin!
+// Launch this addon!
 $(document).ready(launchInterface);