' + Common._e("What\'s up with you?") + '
' + '/* Jappix - An open social platform These are the talkpage JS scripts for Jappix ------------------------------------------------- License: AGPL Author: Valérian Saliou */ // Bundle var Talk = (function () { /** * Alias of this * @private */ var self = {}; /** * Creates the talkpage events * @public * @return {undefined} */ self.events = function() { try { // Launch all associated bundles Microblog.instance(); Roster.instance(); Presence.instance(); PEP.instance(); Notification.instance(); Music.instance(); } catch(e) { Console.error('Talk.events', e); } }; /** * Creates the talkpage code * @public * @return {boolean} */ self.create = function() { try { // Talkpage exists? if(Common.exists('#talk')) { return false; } // Anonymous detector var anonymous = Utils.isAnonymous(); // Generate the HTML code var html = '
' + Common._e("No notifications.") + '
' + '' + Common._e("What\'s up with you?") + '
' + '