X-Git-Url: http://git.euphorik.ch/?p=euphorik.git;a=blobdiff_plain;f=js%2Feuphorik.js;fp=js%2Feuphorik.js;h=e8311da2f89141d1f80ee83a5f8605b014b1f381;hp=3b17bf58cc98df397313e3a649c35100a4d49f27;hb=ed8f28689ec85a02ee1507ae259e1fbd5517f701;hpb=0864f5fa5ccd1ce99e88c08d25a2f8ea18525d56 diff --git a/js/euphorik.js b/js/euphorik.js index 3b17bf5..e8311da 100755 --- a/js/euphorik.js +++ b/js/euphorik.js @@ -40,7 +40,8 @@ var conf = { "kirby" : [/\[-kirby\]/g], "slurp" : [/\[-slurp\]/g], "agreed" : [/\[-agreed\]/g], - "dodo" : [/\[-dodo\]/g] + "dodo" : [/\[-dodo\]/g], + "bn" : [/\[-bn\]/g] } } @@ -799,12 +800,7 @@ jQuery(document).ready( initialiserListeStyles(client) // TODO : pourquoi jQuery(document).unload ne fonctionne pas ? - jQuery(window).unload( - function() - { - client.flush(false) - } - ) + jQuery(window).unload(function(){client.flush(false)}) jQuery("#menu .minichat").click(function(){ pages.afficherPage("minichat") }) jQuery("#menu .profile").click(function(){ pages.afficherPage("profile") })