project/static/js/kiwipycon.js
author Amit Sethi
Wed, 01 Dec 2010 12:14:55 +0530
changeset 324 1ad0be6866d6
parent 1 fda1c66b25f9
permissions -rw-r--r--
Added Laptop registration no to badge

$(function() {

    // Message ################################################################ 

    var message = $.cookie("message");
    
    if (message != null) { 
        $.jGrowl(message);
        $.cookie("message", null, { path: '/' });
    };
});