Revision 67921b5c ui/static/synnefo.js

b/ui/static/synnefo.js
2311 2311
        
2312 2312
        $(".invitations-left").hide();
2313 2313
        $("#notification-box .header-box").html("");
2314
        $("#notification-box .header-box").html("Invitations " + $($(".invitations-left")[0]).text());
2314
        $("#notification-box .header-box").html(window.INVITATIONS_TITLE + " " + $($(".invitations-left")[0]).text());
2315 2315

  
2316 2316
        form.submit(function(evn){
2317 2317
            evn.preventDefault();

Also available in: Unified diff