summaryrefslogtreecommitdiffstats
path: root/usr/lib/mageiawelcome/js/ipc.js
blob: 6a31ed0d76229b73532110fea1b9046e94049562 (plain)
1
2
3
4
function send(msg) {
    document.title = "null";
    document.title = msg;
}