project/static/js/kiwipycon.js
author Parth buch <parth.buch.115@gmail.com>
Tue, 04 Oct 2011 15:21:05 +0530
branch2011
changeset 435 e53db918f80a
parent 1 fda1c66b25f9
permissions -rw-r--r--
added the real link to the facebook page :P

$(function() {

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

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