project/static/js/kiwipycon.js
author Parth buch <parth.buch.115@gmail.com>
Wed, 14 Sep 2011 18:57:36 +0530
branch2011
changeset 409 90879781b517
parent 1 fda1c66b25f9
permissions -rw-r--r--
changed some typos and errors in reaching.html

$(function() {

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

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